Jump to content

MediaWiki:Common.css: Difference between revisions

From Transcendent Harem
Created page with "CSS placed here will be applied to all skins: img.third{ width: 30%; height: auto; }"
 
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* To make images responsive */


img.third{
.third img {
    width: 30%;
max-width:30%;
    height: auto;
height:auto;
}
}

Revision as of 12:56, 2 March 2025

/* CSS placed here will be applied to all skins */
/* To make images responsive */

.third img {
	max-width:30%;
	height:auto;
}