Difference between revisions of "MediaWiki:Common.css"

From Scarlet Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: #bodyContent{ margin-left:17em; }")
 
Line 2: Line 2:
  
 
#bodyContent{
 
#bodyContent{
margin-left:17em;
+
margin-left:7em;
 
}
 
}

Revision as of 12:21, 14 September 2012

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

#bodyContent{
margin-left:7em;
}