MediaWiki:Common.css: Difference between revisions

From Codex Baroviana
Created page with "→‎CSS placed here will be applied to all skins: →‎To make images responsive: .res-img img { max-width:100%; height:auto; }"
 
No edit summary
 
Line 5: Line 5:
height:auto;
height:auto;
}
}
.mw-editsection { display:none!important; }

Latest revision as of 22:34, September 16, 2024

/* CSS placed here will be applied to all skins */
/* To make images responsive */
.res-img img {
	max-width:100%;
	height:auto;
}
.mw-editsection { display:none!important; }