diff options
| author | geedmo <[email protected]> | 2013-08-07 14:47:47 -0300 |
|---|---|---|
| committer | geedmo <[email protected]> | 2013-08-07 14:47:47 -0300 |
| commit | 2f786aa0c1be56219d8f0a2876b3adfcddb88038 (patch) | |
| tree | 13ead75d38aa2ec17bc7724c91edbb65266074d4 | |
| parent | c2737771b4e9b63655081c91878c6e66d9c3105a (diff) | |
| download | bootstrap-2f786aa0c1be56219d8f0a2876b3adfcddb88038.tar.xz bootstrap-2f786aa0c1be56219d8f0a2876b3adfcddb88038.zip | |
Update to use @list-group-border-radius
| -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 c0eb5f75a..a40da08a4 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 |
