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) |
||
(8 intermediate revisions not shown) | |||
Line 7: | Line 7: | ||
#footer ul#footer-places { | #footer ul#footer-places { | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | #footer-icons { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | /* Add space between paragraphs */ | ||
+ | |||
+ | #bodyContent p+p { | ||
+ | margin-top: .8em; | ||
} | } |
Latest revision as of 02:57, 18 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-icons { display: none; } /* Add space between paragraphs */ #bodyContent p+p { margin-top: .8em; }