Commit f3104a3e authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #9200 from geedmo/3.0.0-wip

Update to use @list-group-border-radius
parents 8cc00901 2f786aa0
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -25,11 +25,11 @@ ...@@ -25,11 +25,11 @@
// Round the first and last items // Round the first and last items
&:first-child { &:first-child {
.border-top-radius(@border-radius-base); .border-top-radius(@list-group-border-radius);
} }
&:last-child { &:last-child {
margin-bottom: 0; margin-bottom: 0;
.border-bottom-radius(@border-radius-base); .border-bottom-radius(@list-group-border-radius);
} }
// Align badges within list items // Align badges within list items
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment