Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2012-11-30 11:26:22 +0400
committerMark Otto <otto@github.com>2012-11-30 11:26:22 +0400
commitc5173cdb92f36c29ee4992ba68ea96cf623c55f1 (patch)
tree71370801b5f05e85ff55aa0c6abf285732c30d8e /less
parent52e669d6192aa5a97c159450e985429be6992d07 (diff)
parent46d38b10b8823d2a13329edb939e4811636c9aba (diff)
Merge branch 'idavemm-patch-1' into 2.2.2-wip
Diffstat (limited to 'less')
-rw-r--r--less/navs.less5
1 files changed, 5 insertions, 0 deletions
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;