From 9e33ab20abaa34bf761ca74ab843cb43d6ae138d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 30 Jun 2011 00:15:37 -0700 Subject: clean up commented out css, slightly updated docs again --- lib/reset.less | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'lib/reset.less') diff --git a/lib/reset.less b/lib/reset.less index 7cb642824..0a3901b4d 100644 --- a/lib/reset.less +++ b/lib/reset.less @@ -1,8 +1,7 @@ -/* 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 (dfn, samp, etc). - * ----------------------------------------------------------------- */ +/* + * 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). + */ // Eric Meyer reset html, body { margin: 0; padding: 0; } -- cgit v1.2.3