Difference between revisions of "MediaWiki:Common.css"

From ACCE
Jump to: navigation, search
(Added styling for images to restrict their width and make them responsive to viewer size)
 
(No difference)

Latest revision as of 16:39, 21 August 2014

/* CSS placed here will be applied to all skins */
img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }