Difference between revisions of "MediaWiki:Common.css"

From Scarlet Wiki
Jump to: navigation, search
Line 4: Line 4:
 
div#content{
 
div#content{
 
margin-left:15em;
 
margin-left:15em;
 +
}
 +
div#footer{
 +
margin-left:15em;
 +
}
 +
 +
div#vectorTabs{
 +
margin-left:5em;
 
}
 
}

Revision as of 12:33, 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;
}