mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Don't double border a bordered table within a panel
This commit is contained in:
parent
8651180ca7
commit
ac244040d1
@ -62,6 +62,23 @@
|
|||||||
> .panel-body + .table {
|
> .panel-body + .table {
|
||||||
border-top: 1px solid @table-border-color;
|
border-top: 1px solid @table-border-color;
|
||||||
}
|
}
|
||||||
|
> .table-bordered {
|
||||||
|
border: none;
|
||||||
|
> thead,
|
||||||
|
> tbody,
|
||||||
|
> tfoot {
|
||||||
|
> tr {
|
||||||
|
> th:first-child,
|
||||||
|
> td:first-child {
|
||||||
|
border-left: none;
|
||||||
|
}
|
||||||
|
> th:last-child,
|
||||||
|
> td:last-child {
|
||||||
|
border-right: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user