Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Morbus Iff (talk | contribs) |
Morbus Iff (talk | contribs) |
||
Line 7: | Line 7: | ||
#bodyContent { | #bodyContent { | ||
font-size: 115%; | font-size: 115%; | ||
+ | } | ||
+ | |||
+ | #bodyContent p+p { | ||
+ | text-indent: 2.5em; | ||
} | } | ||
Revision as of 13:23, 17 July 2009
/* CSS placed here will be applied to all skins */
#content {
font-family: Georgia, serif;
}
#bodyContent {
font-size: 115%;
}
#bodyContent p+p {
text-indent: 2.5em;
}
#footer {
height: 26px;
}
#footer ul {
margin-top: 0.8em;
}
#footer img {
margin-top: 4px;
}