From: Mark Otto Date: Tue, 30 Aug 2011 04:42:44 +0000 (-0700) Subject: remove repeated table reset X-Git-Tag: v1.2.0~22^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d42a00c19df7442b3fa7c7703d333350a3dc74ac;p=thirdparty%2Fbootstrap.git remove repeated table reset --- diff --git a/lib/reset.less b/lib/reset.less index e79b77b401..9e2c6befe7 100644 --- a/lib/reset.less +++ b/lib/reset.less @@ -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