19,659
edits
(do we need this since we don't have Extension:TemplateStyles installed?) |
(or is it this?) |
||
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]] */ | ||
div#mw_content .treeview ul { | |||
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
} | } | ||
div#mw_content .treeview li { | |||
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
Line 1,077: | Line 1,077: | ||
} | } | ||
div#mw_content .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: | ||
} | } | ||
div#mw_content .treeview li li:last-child { | |||
background-position: 0 -5971px | background-position: 0 -5971px | ||
} | } |