mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 07:50:23 +00:00
Merge branch 'idavemm-patch-1' into 2.2.2-wip
This commit is contained in:
commit
c5173cdb92
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