447
edits
(Created page with "/* {{pp-template}} Add bullet between nested lists. Overrides .hlist styling by specificity as these are hoisted to .mw-parser-output, meaning there is one more class specifie...") |
|||
Line 1: | Line 1: | ||
<pre> | |||
Add bullet between nested lists. Overrides .hlist styling by specificity as | Add bullet between nested lists. Overrides .hlist styling by specificity as | ||
these are hoisted to .mw-parser-output, meaning there is one more class specifier. | these are hoisted to .mw-parser-output, meaning there is one more class specifier. | ||
Line 27: | Line 27: | ||
content: ""; | content: ""; | ||
} | } | ||
</pre> |
edits