diff options
author | Ananya Sen | 2012-02-15 16:09:14 -0800 |
---|---|---|
committer | Ananya Sen | 2012-02-15 16:09:14 -0800 |
commit | 4937b39fb0cf542f57cdadc7d1e2ed9798f7ef87 (patch) | |
tree | ceb195e70be2e233068bdc2e6113505548b93df8 /js/ninja.reel/ninja.html | |
parent | 56d2a8d11a73cd04c7f1bc20d1ded52b9c1242f2 (diff) | |
download | ninja-4937b39fb0cf542f57cdadc7d1e2ed9798f7ef87.tar.gz |
fixes to document tabbing
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-x | js/ninja.reel/ninja.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 9a1a6b97..2d00d8dc 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -348,10 +348,10 @@ | |||
348 | <div id="openDocumentsTabComponent"></div> | 348 | <div id="openDocumentsTabComponent"></div> |
349 | </section> | 349 | </section> |
350 | 350 | ||
351 | <section id="rulerTop"></section> | 351 | <section id="rulerTop" style="display:none;"></section> |
352 | 352 | ||
353 | <section id="mainContent"> | 353 | <section id="mainContent"> |
354 | <section id="rulerLeft"></section> | 354 | <section id="rulerLeft" style="display:none;"></section> |
355 | <section id="stageAndScenesContainer"></section> | 355 | <section id="stageAndScenesContainer"></section> |
356 | </section> | 356 | </section> |
357 | 357 | ||