MediaWiki:Common.css: Difference between revisions

From PMDOWiki
Shitpost Sunkern (talk | contribs)
Size for inline type icons
Shitpost Sunkern (talk | contribs)
Fix inline icon heights
Line 6: Line 6:


.inline-icon {
.inline-icon {
   height: 1em;
   width: 1em;
}
}

Revision as of 23:51, 16 August 2022

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

.infobox img, .sprite {
  image-rendering: crisp-edges;
}

.inline-icon {
  width: 1em;
}