Difference between revisions of "MediaWiki:Common.css"
From NY Science Standards Wiki
Line 2: | Line 2: | ||
@import "override.css"; | @import "override.css"; | ||
+ | |||
#question-images img { | #question-images img { | ||
− | + | max-width: 100% !important; | |
− | + | height: auto !important; | |
− | + | padding: 0.7em; | |
− | + | background-color: rgb(241, 241, 241); | |
} | } |
Revision as of 08:18, 19 April 2025
/* CSS placed here will be applied to all skins */ @import "override.css"; #question-images img { max-width: 100% !important; height: auto !important; padding: 0.7em; background-color: rgb(241, 241, 241); }