Difference between revisions of "MediaWiki:Common.css"

From Bidston Observatory
Jump to navigationJump to search
Line 4: Line 4:
 
max-width: 50px;
 
max-width: 50px;
 
height: 50px;
 
height: 50px;
 +
object-fit: cover;
 
padding: 2px;}
 
padding: 2px;}

Revision as of 11:08, 16 April 2022

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

.wikitable img {float: left;
max-width: 50px;
height: 50px;
object-fit: cover;
padding: 2px;}