diff options
| author | Mark Otto <[email protected]> | 2011-06-29 17:11:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-29 17:11:02 -0700 |
| commit | cddc565d07fed42576a55111ea60ce1b6ff5bbd9 (patch) | |
| tree | 11090e61e72cd760f638701814955b315e0337e6 /lib/reset.less | |
| parent | f47b5765743dc7001b3f7d22ed2e8e2b3d9545a3 (diff) | |
| parent | 1561b20f7c0aae9adb40585ab01a9539bd23f01a (diff) | |
| download | bootstrap-cddc565d07fed42576a55111ea60ce1b6ff5bbd9.tar.xz bootstrap-cddc565d07fed42576a55111ea60ce1b6ff5bbd9.zip | |
Merge branch 'master' of http://git.local.twitter.com/bootstrap
Diffstat (limited to 'lib/reset.less')
| -rw-r--r-- | lib/reset.less | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/reset.less b/lib/reset.less index 0a3901b4d..7cb642824 100644 --- a/lib/reset.less +++ b/lib/reset.less @@ -1,7 +1,8 @@ -/* - * 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). - */ +/* 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). + * ----------------------------------------------------------------- */ // Eric Meyer reset html, body { margin: 0; padding: 0; } |
