]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove repeated table reset
authorMark Otto <mark.otto@twitter.com>
Tue, 30 Aug 2011 04:42:44 +0000 (21:42 -0700)
committerMark Otto <mark.otto@twitter.com>
Tue, 30 Aug 2011 04:42:44 +0000 (21:42 -0700)
lib/reset.less

index e79b77b401a9e5cfb8186955a948528dee36bf78..9e2c6befe7ce5f9a2df36f02fee0f8a57c29d172 100644 (file)
@@ -133,14 +133,4 @@ input[type="search"]::-webkit-search-decoration {
 textarea {
   overflow: auto; // Remove vertical scrollbar in IE6-9
   vertical-align: top; // Readability and alignment cross-browser
-}
-
-// Tables
-// -------------------------
-// Source: http://github.com/necolas/normalize.css
-
-// Remove spacing between table cells
-table {
-  border-collapse: collapse;
-  border-spacing: 0;
 }
\ No newline at end of file