From: Fabien Date: Fri, 19 Apr 2013 00:48:08 +0000 (+0200) Subject: Remove dupe css rule of table element X-Git-Tag: v3.0.0-rc1~427^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b5fcc2c9ae7631e114cec106c2f14c560617cbd;p=thirdparty%2Fbootstrap.git Remove dupe css rule of table element This are already declare in normalize --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 7ab329bbe8..e6382cdeea 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1013,8 +1013,6 @@ pre code { table { max-width: 100%; background-color: transparent; - border-collapse: collapse; - border-spacing: 0; } th { diff --git a/less/tables.less b/less/tables.less index b62f22fb62..15db5a68a3 100644 --- a/less/tables.less +++ b/less/tables.less @@ -6,8 +6,6 @@ table { max-width: 100%; background-color: @table-bg; - border-collapse: collapse; - border-spacing: 0; } th { text-align: left;