diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-06-11 16:00:52 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-06-11 16:00:52 +0200 |
commit | 211eb11045c2f7cccd32f53eebd026c5d8cb6079 (patch) | |
tree | 576a89227bb082dec66656b1d16eed7a6dc40318 /src/css.cc | |
parent | e06b43512ddaa39f5b3438d0b632cce8719aaafa (diff) |
make <var> italic (noticed by corvid)
Diffstat (limited to 'src/css.cc')
-rw-r--r-- | src/css.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |