MediaWiki:Common.css: Difference between revisions

From Spite Box Wiki
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 15:47, 25 June 2023

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

.externalimage-holder {
    position: relative;
}
.externalimage-holder img {
    width: 100%;
    height: auto;
}