vendor/toolkit/twitter/bootstrap/navs.less in twitter-bootstrap-rails-2.1.7 vs vendor/toolkit/twitter/bootstrap/navs.less in twitter-bootstrap-rails-2.1.8

- old
+ new

@@ -19,9 +19,15 @@ .nav > li > a:hover { text-decoration: none; background-color: @grayLighter; } +// Prevent IE8 from misplacing imgs +// See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989 +.nav > li > a > img { + max-width: none; +} + // Redeclare pull classes because of specifity .nav > .pull-right { float: right; }