From e371ff0bf46c7337c47b5cea798094b6971f952f Mon Sep 17 00:00:00 2001 From: Mark Lentczner Date: Wed, 11 Aug 2010 11:11:26 +0000 Subject: close arrows on expanded synopsis drawer --- html/Ocean.std-theme/ocean.css | 7 +++++-- html/Ocean.std-theme/synopsis.png | Bin 8584 -> 11327 bytes 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/html/Ocean.std-theme/ocean.css b/html/Ocean.std-theme/ocean.css index fdcd367b..1233a748 100644 --- a/html/Ocean.std-theme/ocean.css +++ b/html/Ocean.std-theme/ocean.css @@ -288,11 +288,14 @@ div#style-menu-holder { padding: 0; } -#synopsis p.caption.collapser, -#synopsis p.caption.expander { +#synopsis p.caption.collapser { background: url(synopsis.png) no-repeat 0 -8px; } +#synopsis p.caption.expander { + background: url(synopsis.png) no-repeat -64px -8px; +} + #synopsis ul, #synopsis ul li.src { background-color: #f9f8db; diff --git a/html/Ocean.std-theme/synopsis.png b/html/Ocean.std-theme/synopsis.png index 0a52b209..85fb86ec 100644 Binary files a/html/Ocean.std-theme/synopsis.png and b/html/Ocean.std-theme/synopsis.png differ -- cgit v1.2.3