diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-08-11 11:11:26 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-08-11 11:11:26 +0000 |
commit | e371ff0bf46c7337c47b5cea798094b6971f952f (patch) | |
tree | 7b14a56617bd7241c44b36ad857fd249e64fc5de /html | |
parent | d6063153c927212efc4349aa81d4f5a83143a4f6 (diff) |
close arrows on expanded synopsis drawer
Diffstat (limited to 'html')
-rw-r--r-- | html/Ocean.std-theme/ocean.css | 7 | ||||
-rw-r--r-- | 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 Binary files differindex 0a52b209..85fb86ec 100644 --- a/html/Ocean.std-theme/synopsis.png +++ b/html/Ocean.std-theme/synopsis.png |