remove extra div from layout

This commit is contained in:
Sven Fuchs 2012-09-27 17:11:52 +02:00
parent b776f1355b
commit 8c9f9bc4f8
2 changed files with 2 additions and 7 deletions

View File

@ -1,6 +1 @@
{{! TODO apparently styles assume that there is more divs here... {{outlet}}
I should fix that later }}
<div>
{{outlet}}
</div>

View File

@ -10,7 +10,7 @@ body > div
overflow: hidden overflow: hidden
// ouch. ember injects additional divs that somehow don't inherit the actual dimensions // ouch. ember injects additional divs that somehow don't inherit the actual dimensions
body > div, body > div > div, body > div > div > div body > div, body > div > div
width: 100% width: 100%
min-height: 100% min-height: 100%
@include display-box @include display-box