MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .externalimage-holder { position: relative; } .externalimage-holder img { width: 100%; height: auto; }") |
(No difference)
|
Latest revision as of 14:47, 25 June 2023
/* CSS placed here will be applied to all skins */
.externalimage-holder {
position: relative;
}
.externalimage-holder img {
width: 100%;
height: auto;
}