System/Libraries/Html/Renderer: Move some element defaults to Default.css
This commit is contained in:
parent
79d73bdff3
commit
ee2114876a
1 changed files with 0 additions and 8 deletions
|
@ -1279,14 +1279,6 @@ U0 @render_node_list(@html_dom_node* node, HtmlRenderer* renderer)
|
|||
block_widget->data = node;
|
||||
}
|
||||
|
||||
if (!StrICmp(node->tagName, "b") || !StrICmp(node->tagName, "strong")) {
|
||||
node->fontWeight = 700;
|
||||
}
|
||||
|
||||
if (!StrICmp(node->tagName, "i") || !StrICmp(node->tagName, "em")) {
|
||||
node->italic = TRUE;
|
||||
}
|
||||
|
||||
if (!StrICmp(node->tagName, "strike")) {
|
||||
node->linethroughColor = node->color;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue