Difference between revisions of "MediaWiki:Common.css"

Line 1: Line 1:
 
/** CSS placed here will be applied to all skins **/
 
/** CSS placed here will be applied to all skins **/
 +
#column-one { position: relative; }
 +
 +
#globalWrapper {
 +
max-width: 1280px;
 +
min-width: 760px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
}

Revision as of 09:03, 11 July 2013

/** CSS placed here will be applied to all skins **/
#column-one { position: relative; }

#globalWrapper { 
max-width: 1280px; 
min-width: 760px; 
margin-left: auto; 
margin-right: auto; 
}