Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
} | } | ||
− | |||
body { font-size: larger; } | body { font-size: larger; } | ||
− | |||
− | |||
− |
Revision as of 16:02, 11 October 2016
/* CSS placed here will be applied to all skins */
.externalimage-holder {
position: relative;
}
.externalimage-holder img {
width: 100%;
height: auto;
}
body { font-size: larger; }