MediaWiki:Common.css: Difference between revisions
Cuntributor (talk | contribs) Created page with "→CSS placed here will be applied to all skins: img.third{ width: 30%; height: auto; }" |
Cuntributor (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* To make images responsive */ | |||
.third img { | |||
max-width:30%; | |||
height:auto; | |||
} | } |
Revision as of 12:56, 2 March 2025
/* CSS placed here will be applied to all skins */ /* To make images responsive */ .third img { max-width:30%; height:auto; }