aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorfat <[email protected]>2013-08-17 15:49:27 -0700
committerfat <[email protected]>2013-08-17 15:49:27 -0700
commit8b5314096f1bd30577d09aea2095bc5c5504a784 (patch)
tree7aa4e740bb9b0876e26d34027d9aaf8b97bf2a09 /dist/css/bootstrap.css
parent1d53dd31f5a6c9be04177e251756909847e6fc0a (diff)
parent663673438845b0bdb4f951ece7c6eabb2d51d065 (diff)
downloadbootstrap-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.css20
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;
}