MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Undo revision 1739 by Hypermoron (talk))
Tag: Undo
No edit summary
Line 801: Line 801:
.wraplinks a {
.wraplinks a {
white-space: normal;
white-space: normal;
}
/* Try to use nearest neighbour scaling for pixelated images */
.filehistory a img,
.pixel-image,
.invslot-item-image,
.sprite {
image-rendering: optimizeSpeed;
image-rendering: -webkit-optimize-contrast;
image-rendering: optimize-contrast;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: crisp-edges;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
}
}


Navigation menu