aboutsummaryrefslogtreecommitdiff
path: root/src/css.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-12-11 21:24:21 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-12-11 21:24:21 +0100
commit3434f5d6af00f3e77a994064554f6ec3aa92e4f0 (patch)
tree4ff78c89946dbbdb466f1e843aa300b49e14aae3 /src/css.cc
parent303b90ca689c5f2ce1b1ba60f4edcbbfb9061108 (diff)
fix <hr> handling
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 } "