MediaWiki:Common.css: Difference between revisions

From PMDOWiki
Shitpost Sunkern (talk | contribs)
Infobox styles
Shitpost Sunkern (talk | contribs)
No edit summary
Line 11: Line 11:


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

Revision as of 00:50, 18 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: 1lh;
}