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
fc88bcf0
Commit
fc88bcf0
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#9655
: scrope list group styles in panels to immediate children only
parent
7960845f
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/css/bootstrap.css
+4
-4
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
less/panels.less
+1
-1
less/panels.less
with
6 additions
and
6 deletions
+6
-6
dist/css/bootstrap.css
+
4
-
4
View file @
fc88bcf0
...
...
@@ -2688,20 +2688,20 @@ a.list-group-item:focus {
padding
:
15px
;
}
.panel
.list-group
{
.panel
>
.list-group
{
margin-bottom
:
0
;
}
.panel
.list-group
.list-group-item
{
.panel
>
.list-group
.list-group-item
{
border-width
:
1px
0
;
}
.panel
.list-group
.list-group-item
:first-child
{
.panel
>
.list-group
.list-group-item
:first-child
{
border-top-right-radius
:
0
;
border-top-left-radius
:
0
;
}
.panel
.list-group
.list-group-item
:last-child
{
.panel
>
.list-group
.list-group-item
:last-child
{
border-bottom
:
0
;
}
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
fc88bcf0
This diff is collapsed.
Click to expand it.
less/panels.less
+
1
-
1
View file @
fc88bcf0
...
...
@@ -23,7 +23,7 @@
// any kind of custom content between the two.
.panel {
.list-group {
>
.list-group {
margin-bottom: 0;
.list-group-item {
...
...
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