diff options
| author | Mark Otto <[email protected]> | 2013-03-30 16:07:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-30 16:07:50 -0700 |
| commit | 2a9604fdd297fee6661561d1ccf7922b4d599641 (patch) | |
| tree | b5051e854548de3795e615a6714af3c6a4408fe1 /less/panels.less | |
| parent | 731903a17597f9095f9c26d969da8e04f50568ed (diff) | |
| download | bootstrap-2a9604fdd297fee6661561d1ccf7922b4d599641.tar.xz bootstrap-2a9604fdd297fee6661561d1ccf7922b4d599641.zip | |
add list group component
Diffstat (limited to 'less/panels.less')
| -rw-r--r-- | less/panels.less | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/less/panels.less b/less/panels.less index 43e519922..6c9dd6df3 100644 --- a/less/panels.less +++ b/less/panels.less @@ -58,3 +58,21 @@ border-color: @panel-info-border; } } + +// List groups in panels +.list-group-flush { + margin: 15px -15px -15px; + + .list-group-item { + border-width: 1px 0; + + // Remove border radius for top one + &:first-child { + .border-top-radius(0); + } + // But keep it for the last one + &:last-child { + border-bottom: 0; + } + } +} |
