]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
nuke commented out code from last fix
authorMark Otto <markotto@twitter.com>
Fri, 20 Jul 2012 04:25:42 +0000 (21:25 -0700)
committerMark Otto <markotto@twitter.com>
Fri, 20 Jul 2012 04:25:42 +0000 (21:25 -0700)
docs/assets/css/bootstrap.css
less/tables.less

index bc52f0f865dcf861ed5bf1807ee8ff3b820d3222..73ec0bf83d70456e02070318ba3c32fd75020185 100644 (file)
@@ -1753,35 +1753,6 @@ table {
   -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
           border-radius: 4px;
-  /*  thead:last-child tr:last-child th:first-child,
-  tbody:last-child tr:last-child td:first-child,
-  tfoot tr:last-child td:first-child {
-    -webkit-border-bottom-left-radius: 4px;
-            border-bottom-left-radius: 4px;
-        -moz-border-radius-bottomleft: 4px;
-  }
-
-  tfoot ~ tbody:last-child tr:last-child td:first-child {
-    -webkit-border-bottom-left-radius: 0;
-            border-bottom-left-radius: 0;
-        -moz-border-radius-bottomleft: 0;
-  }
-
-  thead:last-child tr:last-child th:last-child,
-  tbody:last-child tr:last-child td:last-child,
-  tfoot tr:last-child td:last-child {
-    -webkit-border-bottom-right-radius: 4px;
-            border-bottom-right-radius: 4px;
-        -moz-border-radius-bottomright: 4px;
-  }
-
-  tfoot ~ tbody:last-child tr:last-child td:last-child {
-    -webkit-border-bottom-right-radius: 0;
-            border-bottom-right-radius: 0;
-        -moz-border-radius-bottomright: 0;
-  }
-*/
-
 }
 
 .table-bordered th,
index 2ccca868903b29c6f784f58ac2aa5942178fb754..b1d34fd245e62e856b0851d6ae69ec885b35dbe4 100644 (file)
@@ -146,35 +146,6 @@ table {
           -moz-border-right-topleft: 4px;
   }
 
-  // Accounting for tfoot
-/*  thead:last-child tr:last-child th:first-child,
-  tbody:last-child tr:last-child td:first-child,
-  tfoot tr:last-child td:first-child {
-    -webkit-border-bottom-left-radius: 4px;
-            border-bottom-left-radius: 4px;
-        -moz-border-radius-bottomleft: 4px;
-  }
-
-  tfoot ~ tbody:last-child tr:last-child td:first-child {
-    -webkit-border-bottom-left-radius: 0;
-            border-bottom-left-radius: 0;
-        -moz-border-radius-bottomleft: 0;
-  }
-
-  thead:last-child tr:last-child th:last-child,
-  tbody:last-child tr:last-child td:last-child,
-  tfoot tr:last-child td:last-child {
-    -webkit-border-bottom-right-radius: 4px;
-            border-bottom-right-radius: 4px;
-        -moz-border-radius-bottomright: 4px;
-  }
-
-  tfoot ~ tbody:last-child tr:last-child td:last-child {
-    -webkit-border-bottom-right-radius: 0;
-            border-bottom-right-radius: 0;
-        -moz-border-radius-bottomright: 0;
-  }
-*/
 }