MediaWiki:Common.css
From WiRNS Wiki
(Difference between revisions)
(5 intermediate revisions by one user not shown) | |||
Line 2: | Line 2: | ||
.resize img { | .resize img { | ||
− | width: | + | max-width:95%; |
− | height: | + | height:auto; |
} | } |
Latest revision as of 07:10, 30 June 2011
/* CSS placed here will be applied to all skins */ .resize img { max-width:95%; height:auto; }