Be specific about retina as not to break the glue-generated sprite.

* Warn before switching sources. Fixes #779.
* Inline docs keep their place. Fixes #1109
This commit is contained in:
Tom MacWright
2013-03-22 17:56:22 -04:00
parent 697d15c3f5
commit 3b09c186b6
5 changed files with 120 additions and 102 deletions
+2 -1
View File
@@ -2158,7 +2158,8 @@ a.success-action.twitter:before {
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
.icon {
.map-control .icon,
.button-wrap .icon {
background-image: url(../img/sprite2x.png);
background-size: 500px 320px;
}