Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Morbus Iff (talk | contribs) |
Morbus Iff (talk | contribs) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* We're using fixed width so we can control line-length. */ | /* We're using fixed width so we can control line-length. */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
#content { | #content { | ||
− | |||
font-family: Georgia, serif; | font-family: Georgia, serif; | ||
− | |||
} | } | ||
#footer { | #footer { | ||
− | |||
height: 26px; | height: 26px; | ||
} | } |
Revision as of 11:05, 14 July 2009
/* CSS placed here will be applied to all skins */
/* We're using fixed width so we can control line-length. */
#content {
font-family: Georgia, serif;
}
#footer {
height: 26px;
}
#footer ul {
margin-top: 0.8em;
}
#footer img {
margin-top: 4px;
}