diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2014-12-21 06:20:46 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2014-12-21 06:20:46 +0000 |
| commit | 9c526bf519c21587273f3e5324ba42bc49507a3b (patch) | |
| tree | 386d579d10fb5f6e51eb9e4d0d1706ac36645b4d /dist/css/bootstrap.css | |
| parent | 4d2f68c4376741d1b261fd172d64518662383a63 (diff) | |
| download | bootstrap-9c526bf519c21587273f3e5324ba42bc49507a3b.tar.xz bootstrap-9c526bf519c21587273f3e5324ba42bc49507a3b.zip | |
automatic grunt dist
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 68c22cef6..145128875 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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; } |
