From af3588dd14fd02662b9e42d766615dd271d381c5 Mon Sep 17 00:00:00 2001 From: Mark Lentczner Date: Fri, 20 Aug 2010 01:37:55 +0000 Subject: better synopsis handling logic - no flashing --- html/Ocean.std-theme/ocean.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'html/Ocean.std-theme') 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%; -- cgit v1.2.3