MediaWiki:Common.css: Difference between revisions

From The Portal Wiki
(Created page with "→‎CSS placed here will be applied to all skins: img { max-width: 100%; height: auto; }")
(No difference)

Revision as of 14:02, 28 January 2020

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