Commit 46d38b10 authored by David's avatar David

Prevent IE8 from misplacing imgs

Fixed imgs in a nav that were misplaced on IE8.
parent 3b3dd3ac
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment