aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-11-07 18:22:12 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-11-07 18:22:12 +0100
commitaf79cfa906cf11d7fce74cea61120ca6d3900db9 (patch)
tree8cf2bad10a0b1ca6c9f1290f915bc203afc98dd3
parent40990e657e7cbe660294e6edab6dc371555a3b14 (diff)
adjust user-agent style for th
Make th look like td, but with bold and centering added. Submitted by: Jeremy Henty
-rw-r--r--src/css.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css.cc b/src/css.cc
index bec94728..617de1dc 100644
--- a/src/css.cc
+++ b/src/css.cc
@@ -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}";