mirror of https://github.com/twbs/bootstrap.git
automatic grunt dist
This commit is contained in:
parent
4d2f68c437
commit
9c526bf519
|
|
@ -4322,6 +4322,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|||
border-top-right-radius: 0;
|
||||
}
|
||||
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
|
||||
margin-bottom: 0;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 0;
|
||||
|
|
@ -5066,6 +5067,9 @@ a.thumbnail.active {
|
|||
overflow: hidden;
|
||||
zoom: 1;
|
||||
}
|
||||
.media-body {
|
||||
width: 10000px;
|
||||
}
|
||||
.media-object {
|
||||
display: block;
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue