diff options
| author | Mark Otto <[email protected]> | 2012-11-29 23:26:22 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-29 23:26:22 -0800 |
| commit | c5173cdb92f36c29ee4992ba68ea96cf623c55f1 (patch) | |
| tree | 71370801b5f05e85ff55aa0c6abf285732c30d8e /less | |
| parent | 52e669d6192aa5a97c159450e985429be6992d07 (diff) | |
| parent | 46d38b10b8823d2a13329edb939e4811636c9aba (diff) | |
| download | bootstrap-c5173cdb92f36c29ee4992ba68ea96cf623c55f1.tar.xz bootstrap-c5173cdb92f36c29ee4992ba68ea96cf623c55f1.zip | |
Merge branch 'idavemm-patch-1' into 2.2.2-wip
Diffstat (limited to 'less')
| -rw-r--r-- | less/navs.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/less/navs.less b/less/navs.less index 1944f8441..4cffa8a68 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; |
