Difference between revisions of "MediaWiki:Common.css"

From ImpVis Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body { font-size: larger;} →‎To make images responsive: .res-img img { max-width:100%; height:auto; width: auto\9; }")
(No difference)

Revision as of 11:44, 25 June 2021

/* CSS placed here will be applied to all skins */
body { font-size: larger;}

/* To make images responsive */
.res-img img {
	max-width:100%;
	height:auto;
    width: auto\9;
}