diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-08-20 01:37:55 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-08-20 01:37:55 +0000 |
commit | af3588dd14fd02662b9e42d766615dd271d381c5 (patch) | |
tree | 1361190860849734edcaae664de3850a18c6efa1 /html/Ocean.std-theme | |
parent | cbee7ec85bcf85b9fb9ae1df3fe6855fc2584330 (diff) |
better synopsis handling logic - no flashing
Diffstat (limited to 'html/Ocean.std-theme')
-rw-r--r-- | html/Ocean.std-theme/ocean.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/html/Ocean.std-theme/ocean.css b/html/Ocean.std-theme/ocean.css index 205b8e6e..e683efcc 100644 --- a/html/Ocean.std-theme/ocean.css +++ b/html/Ocean.std-theme/ocean.css @@ -296,6 +296,11 @@ div#style-menu-holder { } #synopsis { + display: none; +} + +.no-frame #synopsis { + display: block; position: fixed; right: 0; height: 80%; |