From fc88bcf0d15417c05c6d37027579bb5e3cb34236 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 15 Aug 2013 18:58:02 -0700 Subject: fixes #9655: scrope list group styles in panels to immediate children only --- dist/css/bootstrap.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 37d4c9366..01626819a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2688,20 +2688,20 @@ a.list-group-item:focus { padding: 15px; } -.panel .list-group { +.panel > .list-group { margin-bottom: 0; } -.panel .list-group .list-group-item { +.panel > .list-group .list-group-item { border-width: 1px 0; } -.panel .list-group .list-group-item:first-child { +.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 { +.panel > .list-group .list-group-item:last-child { border-bottom: 0; } -- cgit v1.2.3