MediaWiki:Common.css: Difference between revisions

From PMDOWiki
Shitpost Sunkern (talk | contribs)
Fix inline icon heights
Shitpost Sunkern (talk | contribs)
Infobox styles
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.infobox {
  float: right;
  margin-left: 1em;
}


.infobox img, .sprite {
.infobox img, .sprite {

Revision as of 21:42, 17 August 2022

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

.infobox {
  float: right; 
  margin-left: 1em;
}

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

.inline-icon {
  width: 1em;
}