mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-26 15:04:43 +00:00
Prevent IE8 from misplacing imgs
Fixed imgs in a nav that were misplaced on IE8.
This commit is contained in:
parent
3b3dd3ac3c
commit
46d38b10b8
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue