From ab77d7abd39f44cbf281826c8721228e21c05ed3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 25 Aug 2011 23:19:01 -0700 Subject: [PATCH] spacing --- bootstrap-1.1.0.css | 2 +- lib/reset.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap-1.1.0.css b/bootstrap-1.1.0.css index af511cc656..0ac346f422 100644 --- a/bootstrap-1.1.0.css +++ b/bootstrap-1.1.0.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Thu Aug 25 23:12:07 PDT 2011 + * Date: Thu Aug 25 23:18:55 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). diff --git a/lib/reset.less b/lib/reset.less index 28802f559a..e79b77b401 100644 --- a/lib/reset.less +++ b/lib/reset.less @@ -134,6 +134,7 @@ 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 -- 2.47.2