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%; }") |
|||
(7 intermediate revisions by one user not shown) | |||
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: | + | .resize img { |
+ | max-width:95%; | ||
+ | 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; }