MediaWiki:Common.css: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: div.section { float: left; width: 30%; padding-left:15px; min-height: 175px; }")
 
No edit summary
Line 4: Line 4:
     width: 30%;  
     width: 30%;  
     padding-left:15px;  
     padding-left:15px;  
     min-height: 175px;
     min-height: 150px;
}
}

Revision as of 15:29, 5 January 2012

/* CSS placed here will be applied to all skins */
div.section {
     float: left; 
     width: 30%; 
     padding-left:15px; 
     min-height: 150px;
}