MediaWiki:Common.css: Difference between revisions

From Wythepedia: The George Wythe Encyclopedia
Jump to navigation Jump to search
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Reverted
Line 7: Line 7:
.twelve img { width: round(up, 12%, 1px); height: auto; }
.twelve img { width: round(up, 12%, 1px); height: auto; }


.twelve mw-file-element img { width: round(up, 12%, 1px); height: auto; }
.twelve mw-file-element { width: round(up, 12%, 1px); height: auto; }

Revision as of 12:45, 6 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: */

.twelve img { width: round(up, 12%, 1px); height: auto; }

.twelve mw-file-element { width: round(up, 12%, 1px); height: auto; }