From 08ff305ed7ba689238d4524b0285d37d15aaf8fa Mon Sep 17 00:00:00 2001 From: Supergibbs Date: Thu, 30 Jan 2014 21:49:37 -0800 Subject: Added border radiuses to table when in a panel. Fixes #12461 --- less/panels.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'less') diff --git a/less/panels.less b/less/panels.less index e677d2b29..7896562cb 100644 --- a/less/panels.less +++ b/less/panels.less @@ -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 { -- cgit v1.2.3