diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-04 20:31:09 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-04 20:31:09 +0100 |
commit | 75bee986f1cb0c946703fb48011084dd7ba4be18 (patch) | |
tree | bbcd59f2f05b2710542782b02a355a0c16f079a2 | |
parent | fee8619b4f702ef70e3d7da4d1d4adab2bc8b312 (diff) |
fix default table borders
-rw-r--r-- | src/css.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -277,8 +277,8 @@ void CssContext::buildUserAgentStyle () { "sub { vertical-align: sub } " "sup { vertical-align: super } " "s, strike, del { text-decoration: line-through }" - "table {border-top-style: outset; border-spacing: 1px} " - "td {border-top-style: inset; padding: 2px;} " + "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 }" "code, tt, pre, samp, kbd {font-family: courier;} "; |