MediaWiki:Common.css
From WiRNS Wiki
(Difference between revisions)
(Created page with "- →CSS placed here will be applied to all skins: .resize img { width: 100%; }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | .resize img { width: 100%; } | + | .resize img { |
+ | width: 100%; | ||
+ | height: auto; | ||
+ | } |
Revision as of 06:09, 30 June 2011
/* CSS placed here will be applied to all skins */ .resize img { width: 100%; height: auto; }