From fab01f4f1a11e0e2db971247a3dd8e00ccb9bcbe Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 13 Oct 2016 15:19:06 +0100 Subject: UA style: Simplify HR style. --- !NetSurf/Resources/CSS,f79 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '!NetSurf') 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; } -- cgit v1.2.3