remove incorrect colour rule from unternal.css

This commit is contained in:
Vincent Sanders 2020-06-29 09:04:10 +01:00
parent e34f1c8b33
commit 912aa6359d
2 changed files with 1 additions and 4 deletions

View File

@ -1642,7 +1642,7 @@ static bool fetch_about_config_handler(struct fetch_about_context *ctx)
elen = nsoption_snoptionf(buffer + slen,
sizeof buffer - slen,
opt_loop,
"<tr>"
"<tr class=\"ns-even-bg\">"
"<th class=\"ns-border\">%k</th>"
"<td class=\"ns-border\">%t</td>"
"<td class=\"ns-border\">%p</td>"

View File

@ -226,9 +226,6 @@ body#configlist table.config {
width: 100%;
box-sizing: border-box }
body#configlist table.config tr:nth-child(2n-1) {
background: #eee; }
body#configlist table.config tr:first-child th {
text-align: left;
font-weight: bold;