class cgi-header-table fix

This commit is contained in:
z-eos 2020-11-06 17:44:02 +02:00
parent d0bed85cf4
commit 5b66d8a680
1 changed files with 11 additions and 1 deletions

View File

@ -26,12 +26,22 @@ th, td {
padding: 0;
}
/* .cgi-header-table { */
/* border: 1px groove black; */
/* border-spacing: 5px; */
/* } */
.cgi-header-table {
border: 1px groove black;
background: #888888;
border: 1px black;
border-left: 1px outset #b2b2b2;
border-top: 1px outset #b2b2b2;
border-right: 1px outset #5b5b5b;
border-bottom: 1px outset #5b5b5b;
border-spacing: 5px;
}
.startpage-header-table {
border: 0;
background: transparent;