MediaWiki:Common.css
From RhetorClick
(Difference between revisions)
QuinnWarnick (Talk | contribs) |
QuinnWarnick (Talk | contribs) |
||
| Line 16: | Line 16: | ||
#bodyContent p { | #bodyContent p { | ||
| - | margin-bottom: . | + | margin-bottom: .8em; |
} | } | ||
Revision as of 02:56, 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 {
margin-bottom: .8em;
}