diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-03 22:48:49 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-03 22:48:49 +0100 |
commit | e69f62f1c5d75ad4b101dc2d74323ae62556ba33 (patch) | |
tree | c73146d4f04236cc4e4c7cbe955eb29a37715872 /src/css.cc | |
parent | fb03dfef684bcaa8996e1497e0506ac5a6692e25 (diff) |
fix <dt> handling
Diffstat (limited to 'src/css.cc')
-rw-r--r-- | src/css.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -290,6 +290,7 @@ void CssContext::buildUserAgentStyle () { "big { font-size: 1.17em }" "blockquote, dd {margin-left: 40px; margin-right: 40px}" "center { text-align: center }" + "dt { font-weight: bolder }" ":link {color: blue; text-decoration: underline; cursor: pointer; } " ":visited {color: green; text-decoration: underline; cursor: pointer; } " "h1, h2, h3, h4, h5, h6, b, strong {font-weight: bolder; } " |