From 36fa3e8def598216c0f7af8577f5b501448ffe12 Mon Sep 17 00:00:00 2001 From: Devin McInnis Date: Sat, 14 Dec 2013 12:41:46 -0800 Subject: [PATCH] fix broken retina background-image for footer learn-links --- doc/assets/scss/_footer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/assets/scss/_footer.scss b/doc/assets/scss/_footer.scss index ca987fdac..e9545201f 100644 --- a/doc/assets/scss/_footer.scss +++ b/doc/assets/scss/_footer.scss @@ -165,7 +165,7 @@ &.expo { background-image: url("../img/icons/footer-expo-retina.png") left top no-repeat; } } .zurb-footer-bottom a.zurb-logo { background-image: url("../img/icons/footer-icons-retina.png"); background-size: 100px 1400px; } - .zurb-footer-top .property .learn-links, .zurb-footer-top .property .support-links, .zurb-footer-top .property .connect-links { background-image: url("icons/footer-top-icons-retina.png"); background-size: 100px 1400px; } + .zurb-footer-top .property .learn-links, .zurb-footer-top .property .support-links, .zurb-footer-top .property .connect-links { background-image: url("../img/icons/footer-top-icons-retina.png"); background-size: 100px 1400px; } } @media only screen and (max-width: 320px), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { .zurb-footer-top .info-padding { background-image: url("../img/icons/footer-large-icon-retina.png"); background-size: 100px 400px; } -- 2.47.2