diff options
author | Ananya Sen | 2012-02-16 11:13:05 -0800 |
---|---|---|
committer | Ananya Sen | 2012-02-16 11:13:05 -0800 |
commit | 302ae3c1812086d976eb67c9cf693c43205f3904 (patch) | |
tree | 9fab5d67dab44cfa411b395f0ac73285b456062a /js/ninja.reel | |
parent | 2e766c9eaa98fa20f311b3eb2f892a1a240e90cf (diff) | |
download | ninja-302ae3c1812086d976eb67c9cf693c43205f3904.tar.gz |
hide the rulers when no document is open
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/ninja.reel')
-rwxr-xr-x | js/ninja.reel/ninja.css | 2 | ||||
-rwxr-xr-x | js/ninja.reel/ninja.html | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/js/ninja.reel/ninja.css b/js/ninja.reel/ninja.css index 99fa9a4f..83c0e569 100755 --- a/js/ninja.reel/ninja.css +++ b/js/ninja.reel/ninja.css | |||
@@ -7,5 +7,3 @@ | |||
7 | .main { | 7 | .main { |
8 | padding: 100px; | 8 | padding: 100px; |
9 | } | 9 | } |
10 | |||
11 | |||
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 2d00d8dc..9a1a6b97 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" style="display:none;"></section> | 351 | <section id="rulerTop"></section> |
352 | 352 | ||
353 | <section id="mainContent"> | 353 | <section id="mainContent"> |
354 | <section id="rulerLeft" style="display:none;"></section> | 354 | <section id="rulerLeft"></section> |
355 | <section id="stageAndScenesContainer"></section> | 355 | <section id="stageAndScenesContainer"></section> |
356 | </section> | 356 | </section> |
357 | 357 | ||