From aeb0f3dd8ecb12ef43eabf5b8f89f6b71ccb3a4c Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Fri, 30 Jan 2009 15:09:29 +0100 Subject: whitespace --- src/css.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/css.cc') 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); -- cgit v1.2.3