summaryrefslogtreecommitdiff
path: root/src/styleengine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r--src/styleengine.cc2
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}"