diff options
| author | Mark Otto <[email protected]> | 2011-06-30 00:15:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-30 00:15:37 -0700 |
| commit | 9e33ab20abaa34bf761ca74ab843cb43d6ae138d (patch) | |
| tree | 42cb71849eb3622ea9a1f37c756f611bcee09d14 /lib/reset.less | |
| parent | 1905a992d9cc8f1160930edad6ec5d52eaf06d85 (diff) | |
| download | bootstrap-9e33ab20abaa34bf761ca74ab843cb43d6ae138d.tar.xz bootstrap-9e33ab20abaa34bf761ca74ab843cb43d6ae138d.zip | |
clean up commented out css, slightly updated docs again
Diffstat (limited to 'lib/reset.less')
| -rw-r--r-- | lib/reset.less | 9 |
1 files changed, 4 insertions, 5 deletions
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; } |
