Difference between revisions of "MediaWiki:Common.css"

From ImpVis Wiki
Jump to navigation Jump to search
Tag: Manual revert
m
Line 8: Line 8:
     width: auto\9;
     width: auto\9;
}
}
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red; }

Revision as of 07:53, 5 October 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;
}

.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red; }