Don't like the ads? Then create an account! Users with accounts have more options than anonymous users.

Difference between revisions of "MediaWiki:Common.css"

From Triforce Wiki, a The Legend of Zelda wiki
Jump to navigationJump to search
(test)
m
Line 10: Line 10:
}
}


.tabs-container { margin: 0 !important; }
.tabs tabs-tabbox { margin: 0 !important; }

Revision as of 22:05, July 26, 2019

img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

.tabs tabs-tabbox { margin: 0 !important; }