remove incorrect colour rule from unternal.css
This commit is contained in:
parent
e34f1c8b33
commit
912aa6359d
|
@ -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>"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue