Difference between revisions of "MediaWiki:Common.css"

From Aurora Information Uplink
Jump to navigation Jump to search
(Class for small images (<= 64px) to be displayed properly.)
(No difference)

Revision as of 22:12, 6 May 2018

/* CSS placed here will be applied to all skins */
.tinyimage {
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}