Difference between revisions of "MediaWiki:Common.css"

From Bidston Observatory
Jump to navigationJump to search
Line 2: Line 2:
  
 
.wikitable img {float: left;
 
.wikitable img {float: left;
width: 50px;
+
width: 60px;
height: 50px;
+
height: 60px;
 
object-fit: cover;
 
object-fit: cover;
 
padding: 2px;}
 
padding: 2px;}

Revision as of 11:31, 16 April 2022

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

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