Difference between revisions of "MediaWiki:Common.css"
From IokeWiki
Line 7: | Line 7: | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
margin-right: 1em; | margin-right: 1em; | ||
− | |||
} | } | ||
Revision as of 14:41, 23 January 2009
/* CSS placed here will be applied to all skins */
body {
padding:0;
margin-left: 2.6em;
margin-top: 1.8em;
margin-bottom: 1em;
margin-right: 1em;
}
body, td, p {
color: #444;
font-family:Arial, Verdana, Sans-Serif;
background: #fff;
}