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
m
m (div.)
Line 10: Line 10:
}
}


.tabs tabs-tabbox { margin: 0 !important; }
div.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;
}

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