We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a42c2 commit eca6a74Copy full SHA for eca6a74
include/litehtml/master_css.h
@@ -181,6 +181,9 @@ table {
181
border-left-color:gray;
182
border-bottom-color:black;
183
border-right-color:black;
184
+ font-size: medium;
185
+ font-weight: normal;
186
+ font-style: normal;
187
}
188
189
tbody, tfoot, thead {
test/render/test9.htm
@@ -1 +1,2 @@
1
<h1>BIG WORDS.<br> <font size=-1 style="background-color: green">WORDS<br>MORE<br>AAA</font>
2
+ <table border=1><tr><td>MORE WORDS.</td></tr></table></h1>
test/render/test9.htm.png
140 Bytes
0 commit comments