26,577
edits
No edit summary |
PeterDuffy (talk | contribs) No edit summary |
||
Line 15: | Line 15: | ||
.mw-logline-delete { | .mw-logline-delete { | ||
display: none; | display: none; | ||
} | |||
/* Added by PND 11-30-2023 to update display of outline lists */ | |||
ol { | |||
list-style-type: decimal; | |||
} | |||
ol li > ol { | |||
list-style-type: lower-alpha; | |||
} | |||
ol li > ol li > ol { | |||
list-style-type: lower-roman; | |||
} | } |