From: stephen@cubedesigners.com Date: Wed, 7 Sep 2016 16:26:18 +0000 (+0000) Subject: Attempt to fix footer logo for IE / Windows phones. Issue #650 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ffe82c29db08772462b92466fcd243e350a3ccc3;p=fluidbook-v3.git Attempt to fix footer logo for IE / Windows phones. Issue #650 @0.25 --- diff --git a/less/102-footer.less b/less/102-footer.less index bf38a72..833744a 100644 --- a/less/102-footer.less +++ b/less/102-footer.less @@ -78,6 +78,7 @@ footer.site .footer-inner { img { max-width: 150px; + max-height: 37px; // Needed for IE / Win phones that can't calculate for themselves... margin-top: 0; margin-left: -25px; }