summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
Diffstat (limited to '!NetSurf')
-rw-r--r--!NetSurf/Resources/CSS,f795
1 files changed, 2 insertions, 3 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index 464fcdae0..44268d6a7 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -102,9 +102,8 @@ small { font-size: .83em; }
strike, s { text-decoration: line-through; }
u { text-decoration: underline; }
-hr { display: block; background-color: #000; height: 1px;
- margin: 4px auto; border: 1px #d9d9d9 inset; }
-hr[noshade] { background-color: #888; height: 2px; border: none; }
+hr { display: block; margin: 0.5em auto; border: 1px inset #888; }
+hr[noshade] { border-style: solid; }
noframes { display: none; }