MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
(Mfw I realized that the changes were already part of enwiki's css)
Line 1,463: Line 1,463:
.wiki-only {
.wiki-only {
     /* Shows up as normal on the wiki */
     /* Shows up as normal on the wiki */
}
img {
    image-rendering: pixelated;
}
.img-default-render {
    image-rendering: unset;
}
}