diff options
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; } |
