]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
minor refactoring of 4ee93c9f8529cfeef56d4178b91e1ddcb0bff09c 11887/head
authorChris Rebert <code@rebertia.com>
Mon, 16 Dec 2013 04:38:06 +0000 (20:38 -0800)
committerChris Rebert <code@rebertia.com>
Mon, 16 Dec 2013 04:56:23 +0000 (20:56 -0800)
less/panels.less

index eefaf2e871401d940326a4afeb61fdd1ac7a617a..ef878686721ea42e7fa004b785d3d68cc4386dc7 100644 (file)
     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);
+      }
     }
   }
 }