From: Chris Rebert Date: Mon, 16 Dec 2013 04:38:06 +0000 (-0800) Subject: minor refactoring of 4ee93c9f8529cfeef56d4178b91e1ddcb0bff09c X-Git-Tag: v3.1.0~148^2^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11887%2Fhead;p=thirdparty%2Fbootstrap.git minor refactoring of 4ee93c9f8529cfeef56d4178b91e1ddcb0bff09c --- diff --git a/less/panels.less b/less/panels.less index eefaf2e871..ef87868672 100644 --- a/less/panels.less +++ b/less/panels.less @@ -95,15 +95,17 @@ border: 0; margin-bottom: 0; } - > .table-striped > tbody > tr:last-child, - > .table-responsive > .table-striped > tbody > tr:last-child { - td:first-child, - th:first-child { - border-bottom-left-radius: (@panel-border-radius - 1); - } - td:last-child, - th:last-child { - border-bottom-left-radius: (@panel-border-radius - 1); + > .table-striped, + > .table-responsive > .table-striped { + > tbody > tr:last-child { + td:first-child, + th:first-child { + border-bottom-left-radius: (@panel-border-radius - 1); + } + td:last-child, + th:last-child { + border-bottom-left-radius: (@panel-border-radius - 1); + } } } }