Difference between revisions of "MediaWiki:Common.css"

Line 3: Line 3:
  
 
#globalWrapper {  
 
#globalWrapper {  
 +
position: absolute;
 
max-width: 1280px;  
 
max-width: 1280px;  
 
min-width: 760px;  
 
min-width: 760px;  

Revision as of 09:04, 11 July 2013

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

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