Difference between revisions of "MediaWiki:Common.css"

From Bidston Observatory
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to all skins: .wikitable img {border: red 2px solid}")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
−
.wikitable img {border: red 2px solid}
+
.wikitable img {float: left;
 +
max-width: 50px;
 +
height: 50px;
 +
padding: 2px;}

Revision as of 11:06, 16 April 2022

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

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