Difference between revisions of "MediaWiki:Common.css"

From Scarlet Wiki
Jump to: navigation, search
Line 11: Line 11:
 
div#vectorTabs{
 
div#vectorTabs{
 
margin-left:5em;
 
margin-left:5em;
 +
}
 +
div#mw-content-text{
 +
margin-left:10em;
 
}
 
}

Revision as of 12:38, 14 September 2012

/* CSS placed here will be applied to all skins */


div#content{
margin-left:15em;
}
div#footer{
margin-left:15em;
}

div#vectorTabs{
margin-left:5em;
}
div#mw-content-text{
margin-left:10em;
}