From 7b5fcc2c9ae7631e114cec106c2f14c560617cbd Mon Sep 17 00:00:00 2001 From: Fabien Date: Fri, 19 Apr 2013 02:48:08 +0200 Subject: Remove dupe css rule of table element This are already declare in normalize --- docs/assets/css/bootstrap.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 7ab329bbe..e6382cdee 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 { -- cgit v1.2.3