19,580
edits
(or do we need to use !important?) |
(do we need this too?) |
||
Line 1,072: | Line 1,072: | ||
.treeview li { | .treeview li { | ||
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0 !important; | ||
list-style-type: none; | list-style-type: none; | ||
list-style-image: none; | list-style-image: none; | ||
Line 1,091: | Line 1,091: | ||
* where emptyline cause the first child to become the 2nd child. Such a mess. | * where emptyline cause the first child to become the 2nd child. Such a mess. | ||
*/ | */ | ||
.treeview li.emptyline > ul > .mw-empty-elt:first-child + .emptyline, | |||
.treeview li.emptyline > ul > li:first-child { | .treeview li.emptyline > ul > li:first-child { | ||
background-position: 0 9px | background-position: 0 9px | ||
} | } |