From a3639ab3529cf25511f944f52b35380527073433 Mon Sep 17 00:00:00 2001 From: Mark Lentczner Date: Sun, 25 Jul 2010 18:47:49 +0000 Subject: change how collapsing sections are done make whole .caption be the target improve javascript for class toggling have plus/minus images come from .css, not img tags --- html/thaddock.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'html/thaddock.css') diff --git a/html/thaddock.css b/html/thaddock.css index 102712f5..d92c269b 100644 --- a/html/thaddock.css +++ b/html/thaddock.css @@ -227,6 +227,17 @@ dd { .hide { display: none; } .show { } +.collapser { + background: url(minus.gif) no-repeat 0 1.3em; +} +.expander { + background: url(plus.gif) no-repeat 0 1.3em; +} +.collapser, .expander { + padding-left: 14px; + margin-left: -14px; + cursor: pointer; +} .top { margin:0.4em 0 0 2em; -- cgit v1.2.3