MediaWiki:Common.css: Difference between revisions

From 7th Cavalry Wiki
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
mNo edit summary
Tag: Reverted
Line 3: Line 3:
max-width:100%;
max-width:100%;
height:auto;
height:auto;
}
.wagsop {
    background-image: url("https://wiki.7cav.us/images/f/f9/Wag.png");
    background-size: cover;
}
}

Revision as of 13:53, 1 April 2026

/* CSS placed here will be applied to all skins */
.res-img img {
	max-width:100%;
	height:auto;
}
.wagsop {
    background-image: url("https://wiki.7cav.us/images/f/f9/Wag.png");
    background-size: cover;
}