0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

run make with nav img fix

This commit is contained in:
Mark Otto 2012-11-29 23:27:20 -08:00
parent 721b568303
commit 322a56354f

View File

@ -3877,6 +3877,10 @@ input[type="submit"].btn.btn-mini {
background-color: #eeeeee; background-color: #eeeeee;
} }
.nav > li > a > img {
max-width: none;
}
.nav > .pull-right { .nav > .pull-right {
float: right; float: right;
} }