aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-02-08 17:29:10 -0800
committerMark Otto <[email protected]>2014-02-08 17:29:10 -0800
commit44bb7b20c7eb14f29827fc163fc5afb066a7ddf5 (patch)
tree72327f874cfb46d7f2a0c55e7765dc5e0d962209 /dist/css/bootstrap.css
parent13b4e7a1a8b9be8793c59e3c1da4016ad0974b56 (diff)
downloadbootstrap-44bb7b20c7eb14f29827fc163fc5afb066a7ddf5.tar.xz
bootstrap-44bb7b20c7eb14f29827fc163fc5afb066a7ddf5.zip
Fixes #12625: Only remove first list group item's top and last list group item's bottom borders when the list group is first or last
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 181bc40a0..10ec8badb 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -4796,17 +4796,13 @@ a.list-group-item-danger.active:focus {
border-width: 1px 0;
border-radius: 0;
}
-.panel > .list-group .list-group-item:first-child {
- border-top: 0;
-}
-.panel > .list-group .list-group-item:last-child {
- border-bottom: 0;
-}
.panel > .list-group:first-child .list-group-item:first-child {
+ border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
+ border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}