diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-01 21:03:19 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-01 21:03:19 +0100 |
commit | 122167b63adafda62d57bd9581065d2889e1dabb (patch) | |
tree | c795a68629759d67ee81aef34d2f7d57c97c51f4 /src/css.cc | |
parent | 4869816a655a1015f66aae948cd7666e7197fcda (diff) |
add style definition for <th>
Diffstat (limited to 'src/css.cc')
-rw-r--r-- | src/css.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -282,6 +282,7 @@ void CssContext::buildUserAgentStyle () { "table {border-top-style: outset; border-spacing: 1px} " "td {border-top-style: inset; padding: 2px;} " "thead, tbody, tfoot { vertical-align: middle }" + "th { font-weight: bolder; text-align: center }" "code, tt, pre, samp, kbd {font-family: courier;} "; a_Css_parse (this, cssBuf, strlen (cssBuf), 0, CSS_ORIGIN_USER_AGENT); |