aboutsummaryrefslogtreecommitdiff
path: root/lib/reset.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-06-29 15:40:52 -0700
committerJacob Thornton <[email protected]>2011-06-29 15:40:52 -0700
commite72283ccafaf37996ee44f26fca1e44f1501f53e (patch)
treef08583baf0e16f1ff3dc145a5bfc43f35cb07681 /lib/reset.less
parente0b09867c23b421153f10235ec64d484bac6323d (diff)
downloadbootstrap-e72283ccafaf37996ee44f26fca1e44f1501f53e.tar.xz
bootstrap-e72283ccafaf37996ee44f26fca1e44f1501f53e.zip
fix comments up for non minified built file
Diffstat (limited to 'lib/reset.less')
-rw-r--r--lib/reset.less9
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; }