aboutsummaryrefslogtreecommitdiff
path: root/html/Ocean.std-theme/ocean.css
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-08-11 11:11:26 +0000
committerMark Lentczner <markl@glyphic.com>2010-08-11 11:11:26 +0000
commite371ff0bf46c7337c47b5cea798094b6971f952f (patch)
tree7b14a56617bd7241c44b36ad857fd249e64fc5de /html/Ocean.std-theme/ocean.css
parentd6063153c927212efc4349aa81d4f5a83143a4f6 (diff)
close arrows on expanded synopsis drawer
Diffstat (limited to 'html/Ocean.std-theme/ocean.css')
-rw-r--r--html/Ocean.std-theme/ocean.css7
1 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;