diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-11 21:24:21 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-11 21:24:21 +0100 |
commit | 3434f5d6af00f3e77a994064554f6ec3aa92e4f0 (patch) | |
tree | 4ff78c89946dbbdb466f1e843aa300b49e14aae3 /src/css.cc | |
parent | 303b90ca689c5f2ce1b1ba60f4edcbbfb9061108 (diff) |
fix <hr> handling
Diffstat (limited to 'src/css.cc')
-rw-r--r-- | src/css.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } " |