MediaWiki:Common.css
From RhetorClick
(Difference between revisions)
QuinnWarnick (Talk | contribs) (Created page with "/* CSS placed here will be applied to all skins */ /* QUINN'S ADDITIONS */ - →Hide some of the footer links: #footer ul#footer-places { display: none; }") |
QuinnWarnick (Talk | contribs) |
||
Line 6: | Line 6: | ||
#footer ul#footer-places { | #footer ul#footer-places { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #footer-icon-poweredby { | ||
display: none; | display: none; | ||
} | } |
Revision as of 20:12, 14 January 2011
/* CSS placed here will be applied to all skins */ /* QUINN'S ADDITIONS */ /* Hide some of the footer links */ #footer ul#footer-places { display: none; } #footer-icon-poweredby { display: none; }