* 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).
*/
html,body{
margin:0;
padding:0;
...
...
@@ -122,9 +121,12 @@ aside {
clear:both;
content:".";
}
/* Scaffolding.less
/*
* Scaffolding
* Basic and global styles for generating a grid system, structural layout, and page templates
* 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).