From 46d38b10b8823d2a13329edb939e4811636c9aba Mon Sep 17 00:00:00 2001 From: David Date: Fri, 2 Nov 2012 15:04:34 +0100 Subject: [PATCH] Prevent IE8 from misplacing imgs Fixed imgs in a nav that were misplaced on IE8. --- less/navs.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/less/navs.less b/less/navs.less index 1944f84415..4cffa8a68d 100644 --- a/less/navs.less +++ b/less/navs.less @@ -21,6 +21,11 @@ background-color: @grayLighter; } +// Prevent IE8 from misplacing imgs +.nav > li > a > img { + max-width: none; +} + // Redeclare pull classes because of specifity .nav > .pull-right { float: right;