diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-14 21:58:05 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-14 21:58:05 +0100 |
commit | bdd5c393602dd2f49fb71e33f5e643175a000727 (patch) | |
tree | 3aba48c63c685b969e454cbe947f82bbc5adef6e /src/css.cc | |
parent | c320585dddc168f79fe502dfa504fcec188b2329 (diff) |
convert Html_tag_open_img()
Diffstat (limited to 'src/css.cc')
-rw-r--r-- | src/css.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -267,6 +267,8 @@ void CssContext::buildUserAgentStyle () { ":visited {color: green; text-decoration: underline; cursor: pointer; } " "h1, h2, h3, h4, h5, h6, b, strong {font-weight: bolder; } " "i, em, cite, address {font-style: italic; } " + "img {border-style: solid } " + "img:link, img:visited {border-width: 1px } " "frameset, ul, ol, dir {margin-left: 40px} " "h1 {font-size: 2em; margin-top: .67em; margin-bottom: 0em;} " "h2 {font-size: 1.5em; margin-top: .75em; margin-bottom: 0em;} " |