aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/navs.less5
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;