Prevent IE8 from misplacing imgs

Fixed imgs in a nav that were misplaced on IE8.
This commit is contained in:
David 2012-11-02 15:04:34 +01:00
parent 3b3dd3ac3c
commit 46d38b10b8
1 changed files with 5 additions and 0 deletions

View File

@ -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;