summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-06-29 09:04:10 +0100
committerVincent Sanders <vince@kyllikki.org>2020-06-29 09:04:10 +0100
commit912aa6359df47e02e2d15df319a5767d331fb629 (patch)
treeb1eef7b7c9ed79d55b65147363546ba77ae5306f /resources
parente34f1c8b3372fb96f2fa6a26ec7f5e04a7fa6523 (diff)
downloadnetsurf-912aa6359df47e02e2d15df319a5767d331fb629.tar.gz
netsurf-912aa6359df47e02e2d15df319a5767d331fb629.tar.bz2
remove incorrect colour rule from unternal.css
Diffstat (limited to 'resources')
-rw-r--r--resources/internal.css3
1 files changed, 0 insertions, 3 deletions
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;