]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove dupe css rule of table element 7629/head
authorFabien <fabien.creative@gmail.com>
Fri, 19 Apr 2013 00:48:08 +0000 (02:48 +0200)
committerFabien <fabien.creative@gmail.com>
Fri, 19 Apr 2013 00:48:08 +0000 (02:48 +0200)
 This are already declare in normalize

docs/assets/css/bootstrap.css
less/tables.less

index 7ab329bbe8472664c9951f7840aa5d55c5f019fe..e6382cdeea01eb50b9fbc3edc3dbe474782e75db 100644 (file)
@@ -1013,8 +1013,6 @@ pre code {
 table {
   max-width: 100%;
   background-color: transparent;
-  border-collapse: collapse;
-  border-spacing: 0;
 }
 
 th {
index b62f22fb626bcd41f01996f79fd90598739ac631..15db5a68a380ea9892a8f4c38281aa98e649bdf4 100644 (file)
@@ -6,8 +6,6 @@
 table {
   max-width: 100%;
   background-color: @table-bg;
-  border-collapse: collapse;
-  border-spacing: 0;
 }
 th {
   text-align: left;