aboutsummaryrefslogtreecommitdiff
path: root/src/css.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-09-24 23:44:47 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-09-24 23:44:47 +0200
commita6cf69ecca7f17838f551a2983e2277440ec3f0d (patch)
tree241eb105146d373c235cda587c3e561e6e9e9296 /src/css.cc
parentb66ff3ea295863bebe2d062df0c235891f9a597b (diff)
call layout->setBgColor() from web.cc
Diffstat (limited to 'src/css.cc')
-rw-r--r--src/css.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/css.cc b/src/css.cc
index 2e3b4858..25ddc9ae 100644
--- a/src/css.cc
+++ b/src/css.cc
@@ -566,7 +566,6 @@ 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}"
- "html {font-family: sans-serif; color: black}"
"i, em, cite, address, var {font-style: italic}"
":link img, :visited img {border: 1px solid}"
"frameset, ul, ol, dir {margin-left: 40px}"