diff options
| author | Mark Otto <[email protected]> | 2013-08-07 18:11:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-07 18:11:15 -0700 |
| commit | f3104a3e3b04c2817094ef8ebd351833a4ade420 (patch) | |
| tree | 3daf0a79be8b9e3aa55ac7be6d7cbe668b161408 /less | |
| parent | 8cc00901a041f5fb09a188e63a52733e3badc155 (diff) | |
| parent | 2f786aa0c1be56219d8f0a2876b3adfcddb88038 (diff) | |
| download | bootstrap-f3104a3e3b04c2817094ef8ebd351833a4ade420.tar.xz bootstrap-f3104a3e3b04c2817094ef8ebd351833a4ade420.zip | |
Merge pull request #9200 from geedmo/3.0.0-wip
Update to use @list-group-border-radius
Diffstat (limited to 'less')
| -rw-r--r-- | less/list-group.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/list-group.less b/less/list-group.less index 306d4878d..1abc6eb7b 100644 --- a/less/list-group.less +++ b/less/list-group.less @@ -25,11 +25,11 @@ // Round the first and last items &:first-child { - .border-top-radius(@border-radius-base); + .border-top-radius(@list-group-border-radius); } &:last-child { margin-bottom: 0; - .border-bottom-radius(@border-radius-base); + .border-bottom-radius(@list-group-border-radius); } // Align badges within list items |
