diff options
| author | fat <[email protected]> | 2013-08-17 15:49:27 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-08-17 15:49:27 -0700 |
| commit | 8b5314096f1bd30577d09aea2095bc5c5504a784 (patch) | |
| tree | 7aa4e740bb9b0876e26d34027d9aaf8b97bf2a09 /dist/css/bootstrap.css | |
| parent | 1d53dd31f5a6c9be04177e251756909847e6fc0a (diff) | |
| parent | 663673438845b0bdb4f951ece7c6eabb2d51d065 (diff) | |
| download | bootstrap-8b5314096f1bd30577d09aea2095bc5c5504a784.tar.xz bootstrap-8b5314096f1bd30577d09aea2095bc5c5504a784.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c290d1221..dd76c038c 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2701,6 +2701,26 @@ a.list-group-item:focus { padding: 15px; } +.panel-body:before, +.panel-body:after { + display: table; + content: " "; +} + +.panel-body:after { + clear: both; +} + +.panel-body:before, +.panel-body:after { + display: table; + content: " "; +} + +.panel-body:after { + clear: both; +} + .panel > .list-group { margin-bottom: 0; } |
