From: Devin McInnis Date: Sat, 14 Dec 2013 20:41:46 +0000 (-0800) Subject: fix broken retina background-image for footer learn-links X-Git-Tag: 5.0.3~71^2~44^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3890%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix broken retina background-image for footer learn-links --- 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; }