diff options
-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); |