2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

fix comments up for non minified built file

This commit is contained in:
Jacob Thornton
2011-06-29 15:40:52 -07:00
parent e0b09867c2
commit e72283ccaf
9 changed files with 86 additions and 144 deletions
+5 -4
View File
@@ -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; }