remove extra div from layout
This commit is contained in:
parent
b776f1355b
commit
8c9f9bc4f8
|
@ -1,6 +1 @@
|
||||||
{{! TODO apparently styles assume that there is more divs here...
|
|
||||||
I should fix that later }}
|
|
||||||
<div>
|
|
||||||
{{outlet}}
|
{{outlet}}
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user