aboutsummaryrefslogtreecommitdiff
path: root/src/css.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/css.cc')
-rw-r--r--src/css.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css.cc b/src/css.cc
index e8d5aa2e..b037b34f 100644
--- a/src/css.cc
+++ b/src/css.cc
@@ -274,7 +274,7 @@ void CssContext::buildUserAgentStyle () {
"h4 {margin-top: 1.12em; margin-bottom: 0em;} "
"h5 {font-size: 0.83em; margin-top: 1.5em; margin-bottom: 0em;} "
"h6 {font-size: 0.75em; margin-top: 1.67em; margin-bottom: 0em;} "
- "hr {width: 100%; border: 1px inset gray} "
+ "hr {width: 100%; border: 1px inset} "
"pre {white-space: pre} "
"u {text-decoration: underline } "
"small, sub, sup { font-size: 0.83em } "