diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-11 21:40:12 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-11 21:40:12 +0100 |
commit | e57dc95669568e92fba6c7d643550697ecec6cd2 (patch) | |
tree | 170ed5e3ed84a092f68f87719dea6c10f93d4a7c | |
parent | 3434f5d6af00f3e77a994064554f6ec3aa92e4f0 (diff) |
remove table border color definitions from user-agent style
-rw-r--r-- | src/css.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -281,8 +281,8 @@ void CssContext::buildUserAgentStyle () { "sub { vertical-align: sub } " "sup { vertical-align: super } " "s, strike, del { text-decoration: line-through }" - "table {border: outset black; border-spacing: 1px} " - "td {border: inset black; 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;} "; |