]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove table border seperate for ie
authorJacob Thornton <jacobthornton@gmail.com>
Fri, 16 Sep 2011 05:40:50 +0000 (22:40 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Fri, 16 Sep 2011 05:40:50 +0000 (22:40 -0700)
bootstrap-1.3.0.css
bootstrap-1.3.0.min.css
lib/tables.less

index 655f86f81dcd69f9772681f3e44d9608f6b9526f..5ee7493b3526d7ecbe3be7238f3a1ce3f46a8fb6 100644 (file)
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Thu Sep 15 22:36:03 PDT 2011
+ * Date: Thu Sep 15 22:40:45 PDT 2011
  */
 /* Reset.less
  * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here      that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -1092,7 +1092,6 @@ table {
   width: 100%;
   margin-bottom: 18px;
   padding: 0;
-  border-collapse: separate;
   font-size: 13px;
   border: 1px solid #ddd;
   -webkit-border-radius: 4px;
index 887d2ad8c5a1b53e02ca197d5ab666f16a49c185..76ca63f54f34a407910f259a2c487406d267d394 100644 (file)
@@ -180,7 +180,7 @@ input[disabled],select[disabled],textarea[disabled],input[readonly],select[reado
 .form-stacked .inputs-list{margin-bottom:0;}.form-stacked .inputs-list li{padding-top:0;}.form-stacked .inputs-list li label{font-weight:normal;padding-top:0;}
 .form-stacked div.clearfix.error{padding-top:10px;padding-bottom:10px;padding-left:10px;margin-top:0;margin-left:-10px;}
 .form-stacked .actions{margin-left:-20px;padding-left:20px;}
-table{width:100%;margin-bottom:18px;padding:0;border-collapse:separate;font-size:13px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}table th,table td{padding:10px 10px 9px;line-height:18px;text-align:left;}
+table{width:100%;margin-bottom:18px;padding:0;font-size:13px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}table th,table td{padding:10px 10px 9px;line-height:18px;text-align:left;}
 table th{padding-top:9px;font-weight:bold;vertical-align:middle;border-bottom:1px solid #ddd;}
 table td{vertical-align:top;}
 table th+th,table td+td{border-left:1px solid #ddd;}
index e00250f0da3e2401d538b0a6f35741ad81be8d69..886d8bedd0079bd1fec7bdffb02cd54dbcacff66 100644 (file)
@@ -11,7 +11,6 @@ table {
   width: 100%;
   margin-bottom: @baseline;
   padding: 0;
-  border-collapse: separate;
   font-size: @basefont;
   border: 1px solid #ddd;
   .border-radius(4px);