aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-07 18:11:15 -0700
committerMark Otto <[email protected]>2013-08-07 18:11:15 -0700
commitf3104a3e3b04c2817094ef8ebd351833a4ade420 (patch)
tree3daf0a79be8b9e3aa55ac7be6d7cbe668b161408 /less
parent8cc00901a041f5fb09a188e63a52733e3badc155 (diff)
parent2f786aa0c1be56219d8f0a2876b3adfcddb88038 (diff)
downloadbootstrap-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.less4
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