2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Added border radiuses to table when in a panel. Fixes #12461

This commit is contained in:
Supergibbs
2014-01-30 21:49:37 -08:00
parent 7eb532262f
commit 08ff305ed7
6 changed files with 18 additions and 4 deletions
+4
View File
@@ -72,6 +72,8 @@
// Add border top radius for first one
> .table:first-child,
> .table-responsive:first-child > .table:first-child {
.border-top-radius((@panel-border-radius - 1));
> thead:first-child,
> tbody:first-child {
> tr:first-child {
@@ -89,6 +91,8 @@
// Add border bottom radius for last one
> .table:last-child,
> .table-responsive:last-child > .table:last-child {
.border-bottom-radius((@panel-border-radius - 1));
> tbody:last-child,
> tfoot:last-child {
> tr:last-child {