aboutsummaryrefslogtreecommitdiff
path: root/src/css.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-06-11 16:00:52 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-06-11 16:00:52 +0200
commit211eb11045c2f7cccd32f53eebd026c5d8cb6079 (patch)
tree576a89227bb082dec66656b1d16eed7a6dc40318 /src/css.cc
parente06b43512ddaa39f5b3438d0b632cce8719aaafa (diff)
make <var> italic (noticed by corvid)
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 e2b8c673..974b87f1 100644
--- a/src/css.cc
+++ b/src/css.cc
@@ -507,7 +507,7 @@ void CssContext::buildUserAgentStyle () {
":link {color: blue; text-decoration: underline; cursor: pointer}"
":visited {color: #800080; text-decoration: underline; cursor: pointer}"
"h1, h2, h3, h4, h5, h6, b, strong {font-weight: bolder}"
- "i, em, cite, address {font-style: italic}"
+ "i, em, cite, address, var {font-style: italic}"
":link img, :visited img {border: 1px solid}"
"frameset, ul, ol, dir {margin-left: 40px}"
"h1 {font-size: 2em; margin-top: .67em; margin-bottom: 0}"