aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-15 18:58:02 -0700
committerMark Otto <[email protected]>2013-08-15 18:58:02 -0700
commitfc88bcf0d15417c05c6d37027579bb5e3cb34236 (patch)
tree261b3175b8d5307b34066dbda0f2ae9c67cbafde /less
parent7960845f50b8dcdc5b4fce29e6075f447e04318a (diff)
downloadbootstrap-fc88bcf0d15417c05c6d37027579bb5e3cb34236.tar.xz
bootstrap-fc88bcf0d15417c05c6d37027579bb5e3cb34236.zip
fixes #9655: scrope list group styles in panels to immediate children only
Diffstat (limited to 'less')
-rw-r--r--less/panels.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/panels.less b/less/panels.less
index 063973160..6d22dd965 100644
--- a/less/panels.less
+++ b/less/panels.less
@@ -23,7 +23,7 @@
// any kind of custom content between the two.
.panel {
- .list-group {
+ > .list-group {
margin-bottom: 0;
.list-group-item {