From 7b5fcc2c9ae7631e114cec106c2f14c560617cbd Mon Sep 17 00:00:00 2001 From: Fabien Date: Fri, 19 Apr 2013 02:48:08 +0200 Subject: [PATCH] Remove dupe css rule of table element This are already declare in normalize --- docs/assets/css/bootstrap.css | 2 -- less/tables.less | 2 -- 2 files changed, 4 deletions(-) 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;