MediaWiki:Common.css
From RhetorClick
(Difference between revisions)
QuinnWarnick (Talk | contribs) |
QuinnWarnick (Talk | contribs) |
||
| Line 14: | Line 14: | ||
body { | body { | ||
| + | max-width: 1000px; | ||
| + | } | ||
| + | |||
| + | #mw-head { | ||
max-width: 1000px; | max-width: 1000px; | ||
} | } | ||
Revision as of 19:30, 17 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;
}
body {
max-width: 1000px;
}
#mw-head {
max-width: 1000px;
}