summaryrefslogtreecommitdiff
path: root/src/css.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-30 15:09:29 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-30 15:09:29 +0100
commitaeb0f3dd8ecb12ef43eabf5b8f89f6b71ccb3a4c (patch)
tree3c5188430644e59e1b8090fbe79bd9f50986f485 /src/css.cc
parentb0ca5f36e659c9f1a17e4ab813985f4dd4b87b93 (diff)
whitespace
Diffstat (limited to 'src/css.cc')
-rw-r--r--src/css.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/css.cc b/src/css.cc
index 420ac6c8..d787a5d6 100644
--- a/src/css.cc
+++ b/src/css.cc
@@ -393,14 +393,14 @@ void CssContext::buildUserAgentStyle () {
"ul > ul > ul {list-style-type: square}"
"ul > ul > ul > ul {list-style-type: disc}"
"u {text-decoration: underline}"
- "small, sub, sup { font-size: 0.83em}"
- "sub { vertical-align: sub}"
- "sup { vertical-align: super}"
- "s, strike, del { text-decoration: line-through}"
+ "small, sub, sup {font-size: 0.83em}"
+ "sub {vertical-align: sub}"
+ "sup {vertical-align: super}"
+ "s, strike, del {text-decoration: line-through}"
"table {border-style: outset; border-spacing: 1px}"
"td {border-style: inset; padding: 2px}"
- "thead, tbody, tfoot { vertical-align: middle}"
- "th { font-weight: bolder; text-align: center}"
+ "thead, tbody, tfoot {vertical-align: middle}"
+ "th {font-weight: bolder; text-align: center}"
"code, tt, pre, samp, kbd {font-family: monospace}";
a_Css_parse (this, cssBuf, strlen (cssBuf), 0, CSS_ORIGIN_USER_AGENT);