MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
J. Malcolm (talk | contribs) Created page with "→CSS placed here will be applied to all skins: .page-Main_Page #contentSub { display: none }" |
J. Malcolm (talk | contribs) mNo edit summary |
||
| (44 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 */ | ||
.page-Main_Page #contentSub { display: none } | .page-Main_Page #contentSub { display: none } | ||
nav a:hover {color:red;} | |||
Latest revision as of 19:18, 4 May 2024
/* CSS placed here will be applied to all skins */
.page-Main_Page #contentSub { display: none }
nav a:hover {color:red;}