diff --git a/Tools/capp/Resources/Templates/Application/index-debug.html b/Tools/capp/Resources/Templates/Application/index-debug.html index 3553a0e4d..49237c7ee 100644 --- a/Tools/capp/Resources/Templates/Application/index-debug.html +++ b/Tools/capp/Resources/Templates/Application/index-debug.html @@ -98,19 +98,19 @@ } /* We need a body wrapper because Cappuccino is unhappy if we change the body element */ - #cappuccino { + #cappuccino-body { width: 100%; height: 100%; background-color: white; } - #cappuccino .container { + #cappuccino-body .container { display: table; margin: 0 auto; height: 100%; } - #cappuccino .content { + #cappuccino-body .content { display: table-cell; height: 100%; vertical-align: top; @@ -167,7 +167,7 @@ -
+