2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

clean up commented out css, slightly updated docs again

This commit is contained in:
Mark Otto
2011-06-30 00:15:37 -07:00
parent 1905a992d9
commit 9e33ab20ab
9 changed files with 110 additions and 263 deletions
+4 -5
View File
@@ -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; }