MediaWiki:Common.css: Difference between revisions

From 7th Cavalry Wiki
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: .res-img img { max-width:100%; height:auto; }"
 
mNo edit summary
Tag: Manual revert
 
(13 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 13:57, 1 April 2026

/* CSS placed here will be applied to all skins */
.res-img img {
	max-width:100%;
	height:auto;
}