mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 11:21:23 +02:00
fixes #9786: enable tables in panels
This commit is contained in:
12
dist/css/bootstrap.css
vendored
12
dist/css/bootstrap.css
vendored
@@ -5231,6 +5231,10 @@ a.list-group-item:focus {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.panel > .table {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.panel > .list-group {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@@ -5252,6 +5256,14 @@ a.list-group-item:focus {
|
||||
border-top-width: 0;
|
||||
}
|
||||
|
||||
.panel > .table {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.panel > .panel-body + .table {
|
||||
border-top: 1px solid #dddddd;
|
||||
}
|
||||
|
||||
.panel-heading {
|
||||
padding: 10px 15px;
|
||||
background-color: #f5f5f5;
|
||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user