diff options
-rw-r--r-- | src/css.cc | 1 | ||||
-rw-r--r-- | src/html.cc | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -290,6 +290,7 @@ void CssContext::buildUserAgentStyle () { "big { font-size: 1.17em }" "blockquote, dd {margin-left: 40px; margin-right: 40px}" "center { text-align: center }" + "dt { font-weight: bolder }" ":link {color: blue; text-decoration: underline; cursor: pointer; } " ":visited {color: green; text-decoration: underline; cursor: pointer; } " "h1, h2, h3, h4, h5, h6, b, strong {font-weight: bolder; } " diff --git a/src/html.cc b/src/html.cc index 7178c773..712904be 100644 --- a/src/html.cc +++ b/src/html.cc @@ -2693,7 +2693,6 @@ static void Html_tag_open_dl(DilloHtml *html, const char *tag, int tagsize) static void Html_tag_open_dt(DilloHtml *html, const char *tag, int tagsize) { DW2TB(html->dw)->addParbreak (9, html->styleEngine->wordStyle ()); - a_Html_set_top_font(html, NULL, 0, 1, 1); } /* |