2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fixes #11553: Prevent double border on tables in panels without thead content

This commit is contained in:
Mark Otto
2013-11-28 12:49:51 -08:00
parent 9f68a5b241
commit c13524e7e0
3 changed files with 10 additions and 1 deletions
+4
View File
@@ -64,6 +64,10 @@
> .panel-body + .table-responsive {
border-top: 1px solid @table-border-color;
}
> .table > tbody:first-child th,
> .table > tbody:first-child td {
border-top: 0;
}
> .table-bordered,
> .table-responsive > .table-bordered {
border: 0;