Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
f3104a3e
Commit
f3104a3e
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/list-group.less
+2
-2
less/list-group.less
with
2 additions
and
2 deletions
+2
-2
less/list-group.less
+
2
-
2
View file @
f3104a3e
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets