Browse Source

remove sprite from thumbnail class

pull/553/head
Joe Germuska 11 years ago
parent
commit
906f0d9309
  1. 13
      source/less/Core/GFX.less

13
source/less/Core/GFX.less

@ -2,18 +2,7 @@
GFX
Icons etc
----------------------------------------------------------------- */
.thumbnail {
.base-sprite();
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
.thumbnail {
/* Reference the @2x Sprite */
.base-sprite2x();
/* Translate the @2x sprite's dimensions back to 1x */
background-size: 352px 260px;
}
}
/* Feature Navigation
----------------------------------------------------------------- */
.icon-previous() {

Loading…
Cancel
Save