MediaWiki:Common.css: Difference between revisions

From Wythepedia: The George Wythe Encyclopedia
Jump to navigation Jump to search
No edit summary
Scale image CSS
Line 2: Line 2:


img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }
img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }
/* css added by Admin, below: */
img.12 {
    width: 12%;
    height: auto;
}

Revision as of 19:15, 5 June 2025

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

img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }

/* css added by Admin, below: */

img.12 {
    width: 12%;
    height: auto;
}