Add border: 0 solid default

This commit is contained in:
Christopher Chedeau
2014-04-22 11:53:56 -07:00
parent 7419f26dd8
commit 66096e2ca6

View File

@@ -55,6 +55,7 @@ Since we are only using flexbox, we can use defaults that are much more sensible
div { div {
box-sizing: border-box; box-sizing: border-box;
position: relative; position: relative;
border: 0 solid black;
margin: 0; margin: 0;
padding: 0; padding: 0;