diff options
| author | Mark Otto <[email protected]> | 2011-08-29 21:42:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-29 21:42:44 -0700 |
| commit | d42a00c19df7442b3fa7c7703d333350a3dc74ac (patch) | |
| tree | 36cf2941b08985a61d40827d3ab23ff30658ea9b /lib/reset.less | |
| parent | 7070d44aed65344ed52ffbf2a3a9c1ce91c69035 (diff) | |
| download | bootstrap-d42a00c19df7442b3fa7c7703d333350a3dc74ac.tar.xz bootstrap-d42a00c19df7442b3fa7c7703d333350a3dc74ac.zip | |
remove repeated table reset
Diffstat (limited to 'lib/reset.less')
| -rw-r--r-- | lib/reset.less | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/reset.less b/lib/reset.less index e79b77b40..9e2c6befe 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 |
