From 912aa6359df47e02e2d15df319a5767d331fb629 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 29 Jun 2020 09:04:10 +0100 Subject: remove incorrect colour rule from unternal.css --- content/fetchers/about.c | 2 +- resources/internal.css | 3 --- 2 files changed, 1 insertion(+), 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, - "" + "" "%k" "%t" "%p" 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; -- cgit v1.2.3