Template:Tree list/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Reverted |
||
Line 10: | Line 10: | ||
list-style-image: none; | list-style-image: none; | ||
} | } | ||
.treeview li li:last-child { | .treeview li li:last-child { | ||
background-position: 0 -5971px | background-position: 0 -5971px |
Revision as of 17:21, 17 July 2022
/* */ .treeview ul { padding: 0; margin: 0; } .treeview li { padding: 0; margin: 0; list-style-type: none; list-style-image: none; }
.treeview li li:last-child { background-position: 0 -5971px } /* first line here deals with new situation after RemexHTML switch,
* 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 { background-position: 0 9px }