Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

border between panel-body and list-group #12625

Closed
znz opened this issue Feb 7, 2014 · 1 comment
Closed

border between panel-body and list-group #12625

znz opened this issue Feb 7, 2014 · 1 comment
Labels
Milestone

Comments

@znz
Copy link

znz commented Feb 7, 2014

Panel with list groups does not have border between panel-body and list-group.
Is it intended design?

@znz
Copy link
Author

znz commented Feb 7, 2014

I use following css to reset border from .panel > .list-group .list-group-item:first-child { border-top: 0; } to .list-group-item { border: 1px solid #dddddd; }:

.panel > .panel-body + .list-group .list-group-item:first-child {
  border-top: 1px solid #dddddd;
}

@mdo mdo added the css label Feb 7, 2014
@juthilo juthilo added this to the v3.1.1 milestone Feb 8, 2014
@mdo mdo mentioned this issue Feb 9, 2014
1 task
@mdo mdo closed this as completed in 44bb7b2 Feb 9, 2014
stempler pushed a commit to stempler/bootstrap that referenced this issue Apr 11, 2014
…last list group item's bottom borders when the list group is first or last
stempler pushed a commit to stempler/bootstrap that referenced this issue Nov 4, 2014
…last list group item's bottom borders when the list group is first or last
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants