MediaWiki:Common.css: Difference between revisions

From PMDOWiki
Shitpost Sunkern (talk | contribs)
Make sprites render with crisp edges
 
Shitpost Sunkern (talk | contribs)
Size for inline type icons
Line 3: Line 3:
.infobox img, .sprite {
.infobox img, .sprite {
   image-rendering: crisp-edges;
   image-rendering: crisp-edges;
}
.inline-icon {
  height: 1em;
}
}

Revision as of 23:49, 16 August 2022

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

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

.inline-icon {
  height: 1em;
}