change border-spacing
This commit is contained in:
parent
e8195401d2
commit
8a940330e2
BIN
APIServer.exe
BIN
APIServer.exe
Binary file not shown.
@ -441,7 +441,7 @@ func (e *EWS) TemplateHTML(loc, locTime, misc, last, bkup string) string {
|
|||||||
table {
|
table {
|
||||||
border: 1px solid rgb(81, 130, 187);
|
border: 1px solid rgb(81, 130, 187);
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
border-spacing: 0px;
|
border-spacing: 1px;
|
||||||
position: static;
|
position: static;
|
||||||
}
|
}
|
||||||
th {
|
th {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user