Skip to content

Commit

Permalink
remove sprite from thumbnail class
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeGermuska committed Dec 13, 2013
1 parent 011564d commit 906f0d9
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions source/less/Core/GFX.less
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 906f0d9

Please sign in to comment.