19,596
edits
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
div#mw-head a:visited {color:#36B} /* make visited same as base color */ | div#mw-head a:visited {color:#36B} /* make visited same as base color */ | ||
div#footer a:visited {color:#36B} /* make visited same as base color */ | div#footer a:visited {color:#36B} /* make visited same as base color */ | ||
.CategoryTreeItem:before | |||
{ | |||
content:"<onlyinclude>"; | |||
visibility:visible; | |||
} | |||
.CategoryTreeItem:after | .CategoryTreeItem:after | ||
{ | { | ||
content:"|"; | content:"|</onlyinclude>"; | ||
visibility:visible; | visibility:visible; | ||
} | } |