From: David Date: Fri, 2 Nov 2012 14:04:34 +0000 (+0100) Subject: Prevent IE8 from misplacing imgs X-Git-Tag: v2.2.2~41^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5760%2Fhead;p=thirdparty%2Fbootstrap.git Prevent IE8 from misplacing imgs Fixed imgs in a nav that were misplaced on IE8. --- 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;