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: #footer { background: red; }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | #footer { | + | #footer ul { |
− | + | display: none; | |
} | } |
Revision as of 12:59, 5 October 2018
/* CSS placed here will be applied to all skins */ #footer ul { display: none; }