19,580
edits
(or is it this?) |
(maybe not; do we need to select the specific margin?) |
||
Line 1,065: | Line 1,065: | ||
/* For creating a tree-like list; see [[Template:Tree list]] */ | /* For creating a tree-like list; see [[Template:Tree list]] */ | ||
.treeview ul { | |||
padding: 0; | padding: 0; | ||
margin: 0; | margin-bottom: 0; | ||
} | } | ||
.treeview li { | |||
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
Line 1,077: | Line 1,077: | ||
} | } | ||
.treeview li li { | |||
background: url("https://wiki.oni2.net/w/images/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px; | background: url("https://wiki.oni2.net/w/images/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px; | ||
/* @noflip */ | /* @noflip */ | ||
Line 1,084: | Line 1,084: | ||
} | } | ||
.treeview li li:last-child { | |||
background-position: 0 -5971px | background-position: 0 -5971px | ||
} | } |