mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01: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
@ -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…
x
Reference in New Issue
Block a user