Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .tocnumber { display: none; }") |
|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.tocnumber { display: none; } | .tocnumber { display: none; } | ||
| + | li#ca-talk { display: none; } | ||
| + | |||
| + | ns-2 li#ca-talk, | ||
| + | ns-3 li#ca-talk { display: block; } | ||
Latest revision as of 09:56, 22 January 2019
/* CSS placed here will be applied to all skins */
.tocnumber { display: none; }
li#ca-talk { display: none; }
ns-2 li#ca-talk,
ns-3 li#ca-talk { display: block; }