diff options
-rw-r--r-- | src/css.cc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -572,9 +572,9 @@ void CssContext::buildUserAgentStyle () { "pre {white-space: pre}" "ol {list-style-type: decimal}" "ul {list-style-type: disc}" - "ul > ul {list-style-type: circle}" - "ul > ul > ul {list-style-type: square}" - "ul > ul > ul > ul {list-style-type: disc}" + "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}" "small, sub, sup {font-size: 0.83em}" "sub {vertical-align: sub}" |