From f1077719fb3f9bf2ecbd27f3ee8cbe5356f8aece Mon Sep 17 00:00:00 2001 From: Aparajita Fishman Date: Thu, 15 Aug 2013 10:40:18 -0400 Subject: [PATCH] Fixed: main div in index.html had wrong id. The div's id was changed to cappuccino, and it was supposed to be cappuccino-body, which broke code that relied on the DOM remaining stable during startup. --- .../capp/Resources/Templates/Application/index-debug.html | 8 ++++---- Tools/capp/Resources/Templates/Application/index.html | 8 ++++---- .../Resources/Templates/NibApplication/index-debug.html | 8 ++++---- Tools/capp/Resources/Templates/NibApplication/index.html | 8 ++++---- .../Resources/Templates/ThemeDescriptor/index-debug.html | 8 ++++---- Tools/capp/Resources/Templates/ThemeDescriptor/index.html | 8 ++++---- 6 files changed, 24 insertions(+), 24 deletions(-) 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 @@ -
+