Difference between revisions of "MediaWiki:Common.css"
From BTGuard Wiki
Line 10: | Line 10: | ||
float: left; | float: left; | ||
width: 100%; | width: 100%; | ||
− | + | ||
} | } | ||
.left{ | .left{ | ||
margin-right: 249px; | margin-right: 249px; | ||
− | + | ||
height: 100%; | height: 100%; | ||
} | } | ||
Line 21: | Line 21: | ||
width: 239px; | width: 239px; | ||
margin-left: -239px; | margin-left: -239px; | ||
− | + | ||
height: 100%; | height: 100%; | ||
} | } |
Revision as of 21:30, 23 April 2013
/* CSS placed here will be applied to all skins overflow:hidden; */ .wrapper{ width: 100%; margin: 0 auto; } .wrapleft{ float: left; width: 100%; } .left{ margin-right: 249px; height: 100%; } .right{ float: right; width: 239px; margin-left: -239px; height: 100%; } img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }