summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/fetchers/about.c2
-rw-r--r--resources/internal.css3
2 files changed, 1 insertions, 4 deletions
diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index 6bb71a964..28f0d1ee4 100644
--- a/content/fetchers/about.c
+++ b/content/fetchers/about.c
@@ -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>"
diff --git a/resources/internal.css b/resources/internal.css
index a6b666b67..b19ecbab9 100644
--- a/resources/internal.css
+++ b/resources/internal.css
@@ -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;