]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4657: proper border radius property in tables
authorMark Otto <markotto@twitter.com>
Thu, 23 Aug 2012 22:04:41 +0000 (15:04 -0700)
committerMark Otto <markotto@twitter.com>
Thu, 23 Aug 2012 22:04:41 +0000 (15:04 -0700)
docs/assets/css/bootstrap.css
less/tables.less

index ed18e5c8d57a2fc9773206822b17f7156fae2b2a..b7aa3fd1cfe437c7e704b377bd4218de6215789d 100644 (file)
@@ -1905,7 +1905,7 @@ table {
 .table-bordered colgroup + tbody tr:first-child td:last-child {
   -webkit-border-top-right-radius: 4px;
           border-top-right-radius: 4px;
-  -moz-border-right-topleft: 4px;
+  -moz-border-radius-topleft: 4px;
 }
 
 .table-striped tbody tr:nth-child(odd) td,
index 0f0c310e0bfd1ce5af084ca4ce1c1a7066d8d525..181ad3645f1d297835282713454b3bdd8d08fde2 100644 (file)
@@ -133,7 +133,7 @@ table {
   colgroup + tbody tr:first-child td:last-child {
     -webkit-border-top-right-radius: 4px;
             border-top-right-radius: 4px;
-          -moz-border-right-topleft: 4px;
+         -moz-border-radius-topleft: 4px;
   }
 
 }