MediaWiki:Common.css
From RhetorClick
Revision as of 02:56, 18 January 2011 by QuinnWarnick (Talk | contribs)
Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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-icons { display: none; } /* Add space between paragraphs */ #bodyContent p+p { margin-bottom: .8em; }