From 5675d8f00a16d1f5c3eebbe7e9a0ec2b0f494855 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 15 Sep 2011 22:40:50 -0700 Subject: [PATCH] remove table border seperate for ie --- bootstrap-1.3.0.css | 3 +-- bootstrap-1.3.0.min.css | 2 +- lib/tables.less | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css index 655f86f81d..5ee7493b35 100644 --- a/bootstrap-1.3.0.css +++ b/bootstrap-1.3.0.css @@ -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; diff --git a/bootstrap-1.3.0.min.css b/bootstrap-1.3.0.min.css index 887d2ad8c5..76ca63f54f 100644 --- a/bootstrap-1.3.0.min.css +++ b/bootstrap-1.3.0.min.css @@ -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;} diff --git a/lib/tables.less b/lib/tables.less index e00250f0da..886d8bedd0 100644 --- a/lib/tables.less +++ b/lib/tables.less @@ -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);