mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
fixes #9786: enable tables in panels
This commit is contained in:
Vendored
+12
@@ -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;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user