diff --git a/app/index.html b/app/index.html index cec3541..67a36e8 100644 --- a/app/index.html +++ b/app/index.html @@ -6,9 +6,6 @@ - - - diff --git a/app/scripts/app/templates/application.hbs b/app/scripts/app/templates/application.hbs index c626972..d3820ba 100644 --- a/app/scripts/app/templates/application.hbs +++ b/app/scripts/app/templates/application.hbs @@ -1,62 +1,54 @@ -
-
- + - - +{{outlet}} + + diff --git a/app/styles/_layout.sass b/app/styles/_layout.sass index db2edcf..fc74c2e 100644 --- a/app/styles/_layout.sass +++ b/app/styles/_layout.sass @@ -1,6 +1,11 @@ +* + +box-sizing(border-box) + &::before, &::after + +box-sizing(border-box) + html height: 100% - // The html and body elements cannot have any padding or margin. + font-family: "Helvetica Neue" body height: 100% @@ -9,12 +14,8 @@ body height: 100% // The html and body elements cannot have any padding or margin. -.wrap - min-height: 100% - height: auto - // Negative indent footer by its height - margin: 0 auto -50px - padding: 0 +a + text-decoration: none .invisible height: 0 diff --git a/app/styles/app.sass b/app/styles/app.sass index f60b254..b77fc44 100644 --- a/app/styles/app.sass +++ b/app/styles/app.sass @@ -1,4 +1,5 @@ -@import "compass" +@import compass/reset +@import compass/css3 @import layout @import header