@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { .votearrow { background-size: 10px; background-image: url("grayarrow2x.gif"); } } .rotate180 { -webkit-transform: rotate(180deg); /* Chrome and other webkit browsers */ …
Forced refresh should help.
/* 13.328px = 1em */ .votearrow[title=upvote] { background: none !important; } .votearrow[title=upvote]:after { content: ''; display: block; position: relative; top: -1px; width: 0; height: 0; border: .3em solid transparent; border-bottom: .6em solid #999; }
Would be nice if the favicon was similarly updated.
Forced refresh should help.