Difference between revisions of "MediaWiki:Common.css"
From Bidston Observatory
Jump to navigationJump to search| Line 3: | Line 3: | ||
.wikitable img {float: left; | .wikitable img {float: left; | ||
max-width: 50px; | max-width: 50px; | ||
| − | height: 50px; | + | max-height: 50px; |
object-fit: cover; | object-fit: cover; | ||
padding: 2px;} | padding: 2px;} | ||
Revision as of 10:08, 16 April 2022
/* CSS placed here will be applied to all skins */
.wikitable img {float: left;
max-width: 50px;
max-height: 50px;
object-fit: cover;
padding: 2px;}