Difference between revisions of "MediaWiki:Common.css"
From Valuescience
(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 11:59, 16 September 2021
/* CSS placed here will be applied to all skins */
/* Images should be responsive */
img {
max-width:100%;
height:auto;
}