diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-10 19:14:13 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-10 19:14:13 +0100 |
commit | 8b6a2d99025fa75ba0dc6f8d0ed04767000307b6 (patch) | |
tree | 9b1c26542f389c98a0a592294ad4c20e9dfc05a8 /src/css.cc | |
parent | 57815d4b4401904440279974e743c1448883876c (diff) |
convert Html_tag_open_hr() and Html_tag_open_pre()
Diffstat (limited to 'src/css.cc')
-rw-r--r-- | src/css.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -274,6 +274,8 @@ 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} " + "pre {white-space: pre} " "u {text-decoration: underline } " "small, sub, sup { font-size: 0.83em } " "sub { vertical-align: sub } " |