diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-11-07 18:22:12 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-11-07 18:22:12 +0100 |
commit | af79cfa906cf11d7fce74cea61120ca6d3900db9 (patch) | |
tree | 8cf2bad10a0b1ca6c9f1290f915bc203afc98dd3 /src | |
parent | 40990e657e7cbe660294e6edab6dc371555a3b14 (diff) |
adjust user-agent style for th
Make th look like td, but with bold and centering added.
Submitted by: Jeremy Henty
Diffstat (limited to 'src')
-rw-r--r-- | src/css.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -581,7 +581,7 @@ void CssContext::buildUserAgentStyle () { "sup {vertical-align: super}" "s, strike, del {text-decoration: line-through}" "table {border-style: outset; border-spacing: 1px}" - "td {border-style: inset; padding: 2px}" + "td, th {border-style: inset; padding: 2px}" "thead, tbody, tfoot {vertical-align: middle}" "th {font-weight: bolder; text-align: center}" "code, tt, pre, samp, kbd {font-family: monospace}"; |