diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-07-30 23:38:55 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-07-30 23:38:55 +0000 |
commit | d6063153c927212efc4349aa81d4f5a83143a4f6 (patch) | |
tree | 1cd20e89934fdb81c86c479c422d5dd948e347a6 /html/Snappy.theme | |
parent | 113da86766fdb3ebb765c3b62558d8f6012c112d (diff) |
put the synopsis back in the other themes
Diffstat (limited to 'html/Snappy.theme')
-rw-r--r-- | html/Snappy.theme/snappy.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/html/Snappy.theme/snappy.css b/html/Snappy.theme/snappy.css index 6cbe6633..0c11ff64 100644 --- a/html/Snappy.theme/snappy.css +++ b/html/Snappy.theme/snappy.css @@ -352,6 +352,16 @@ div#style-menu-holder { list-style: none; } +#synopsis .caption.expander, +#synopsis .caption.collapser { + background: inherit; +} + +#synopsis ul.hide { + display: inherit; +} + + #synopsis .src, .instances .src { background-color: #FAFAFA; |