Difference between revisions of "MediaWiki:Common.css"

From DWSIM - Open Source Chemical Process Simulator
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎To make images responsive: fullwidth { max-width:100%; height:auto; }")
(No difference)

Revision as of 15:30, 23 June 2019

/* CSS placed here will be applied to all skins */

/* To make images responsive */
fullwidth {
	max-width:100%;
	height:auto;
}