From 9fc0e20381ec06bc85c68a5e6f1f2a5103a3267a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 22 Dec 2013 22:31:13 -0800 Subject: Fixes #10492 and some of #11970: round the proper corner on table cells in panels --- less/panels.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less') diff --git a/less/panels.less b/less/panels.less index ef8786867..cca22ae3a 100644 --- a/less/panels.less +++ b/less/panels.less @@ -104,7 +104,7 @@ } td:last-child, th:last-child { - border-bottom-left-radius: (@panel-border-radius - 1); + border-bottom-right-radius: (@panel-border-radius - 1); } } } -- cgit v1.2.3