MediaWiki:Common.css: Difference between revisions

(Created page with "→‎CSS placed here will be applied to all skins: img.fullwidth{ width: 50%; height: auto; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


img.fullwidth{
.fullwidth img{
width: 50%;
width: 50%;
height: auto;
height: auto;
}
}

Revision as of 09:36, 6 December 2023

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

.fullwidth img{
width: 50%;
height: auto;
}