Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Morbus Iff (talk | contribs) |
Morbus Iff (talk | contribs) |
||
Line 3: | Line 3: | ||
body { | body { | ||
margin: auto; | margin: auto; | ||
+ | max-width: 980px; | ||
} | } | ||
Revision as of 08:39, 14 July 2009
/* CSS placed here will be applied to all skins */
body {
margin: auto;
max-width: 980px;
}
#content {
border-right: 1px solid rgb(170, 170, 170) !important;
font-family: Georgia, serif;
max-width: 830px;
}
#footer {
height: 26px;
}
#footer ul {
margin-top: 0.8em;
}
#footer img {
margin-top: 4px;
}