diff options
author | corvid <corvid@dillo.org> | 2013-09-05 20:46:02 +0000 |
---|---|---|
committer | corvid <corvid@dillo.org> | 2013-09-05 20:46:02 +0000 |
commit | 228834973c0e17f6dcfd23e4e2115074eeb00cb2 (patch) | |
tree | 623e0b5400a69fdfba446932d88f52562ba412a2 /src/styleengine.cc | |
parent | f70391b49020d1f2d7a057a3e04a80570729ea25 (diff) |
INS element
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r-- | src/styleengine.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc index 50bd4cb7..1889bf3a 100644 --- a/src/styleengine.cc +++ b/src/styleengine.cc @@ -856,7 +856,7 @@ void StyleEngine::buildUserAgentStyle () { "ul ul {list-style-type: circle}" "ul ul ul {list-style-type: square}" "ul ul ul ul {list-style-type: disc}" - "u {text-decoration: underline}" + "ins, u {text-decoration: underline}" "small, sub, sup {font-size: 0.83em}" "sub {vertical-align: sub}" "sup {vertical-align: super}" |