Difference between revisions of "MediaWiki:Common.css"

From Valuescience
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: Images should be responsive: img { max-width:100%; height:auto; }")
 
(No difference)

Latest revision as of 12:59, 16 September 2021

/* CSS placed here will be applied to all skins */
/* Images should be responsive */
img {
max-width:100%;
height:auto;
}