aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-02 17:57:19 -0700
committerMark Otto <[email protected]>2013-08-02 17:57:19 -0700
commit6b850132d056a136dc4734c4d68c9e1c23b7843e (patch)
tree6bcf58a34128f4fc34369d78825600c44a598c77 /dist/css/bootstrap.css
parent0fefbbe65964cf4dae2f60b7651e77df9324d796 (diff)
downloadbootstrap-6b850132d056a136dc4734c4d68c9e1c23b7843e.tar.xz
bootstrap-6b850132d056a136dc4734c4d68c9e1c23b7843e.zip
Remove requirement of `.list-group-flush` when list groups are in panels
Fixes #8900
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css34
1 files changed, 17 insertions, 17 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 183ffb983..a0a8ffaea 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -2386,6 +2386,23 @@ a.list-group-item.active .list-group-item-text {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
+.panel .list-group {
+ margin: 15px -15px -15px;
+}
+
+.panel .list-group .list-group-item {
+ border-width: 1px 0;
+}
+
+.panel .list-group .list-group-item:first-child {
+ border-top-right-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.panel .list-group .list-group-item:last-child {
+ border-bottom: 0;
+}
+
.panel-heading {
padding: 10px 15px;
margin: -15px -15px 15px;
@@ -2461,23 +2478,6 @@ a.list-group-item.active .list-group-item-text {
border-color: #bce8f1;
}
-.list-group-flush {
- margin: 15px -15px -15px;
-}
-
-.list-group-flush .list-group-item {
- border-width: 1px 0;
-}
-
-.list-group-flush .list-group-item:first-child {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
-}
-
-.list-group-flush .list-group-item:last-child {
- border-bottom: 0;
-}
-
.well {
min-height: 20px;
padding: 19px;