diff options
| author | Mark Otto <[email protected]> | 2013-08-15 18:58:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 18:58:02 -0700 |
| commit | fc88bcf0d15417c05c6d37027579bb5e3cb34236 (patch) | |
| tree | 261b3175b8d5307b34066dbda0f2ae9c67cbafde /less | |
| parent | 7960845f50b8dcdc5b4fce29e6075f447e04318a (diff) | |
| download | bootstrap-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.less | 2 |
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 { |
