replaced grid system for bourbon/neat

This commit is contained in:
Mike Francis 2014-02-07 12:18:45 +00:00
parent 781483f657
commit d5f9b310f6
78 changed files with 2357 additions and 56 deletions

32
css/_reset.scss Executable file
View file

@ -0,0 +1,32 @@
* {
border: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
font-weight: bold;
text-align: left;
}
address, caption, cite, dfn, th, var {
font-style: normal;
font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: bold;
}
q:before, q:after {
content: '';
}