diff options
author | Christopher Lenz <cmlenz@apache.org> | 2009-12-09 23:17:52 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2009-12-09 23:17:52 +0000 |
commit | 8137670b5daf0a53399ff3b77a63ee53ed24f823 (patch) | |
tree | ba1810a2138794cc495448dc12e0ee6a5db9fc07 | |
parent | 4cd710ae4d2c813f41f8a8bb75595ec2202e7d6e (diff) |
The "View Code" expansion triangle now actually shows the expanded/collapsed state.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@889016 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | share/www/style/layout.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 0b3b6cf5..22eb6061 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -324,6 +324,7 @@ body.fullwidth #wrap { margin-right: 0; } #viewcode .top span#view-toggle { background: url(../image/twisty.gif) 0 -96px no-repeat; padding-left: 15px; } +#viewcode.collapsed .top span#view-toggle { background-position: 0 4px; } #viewcode .top a { float: right; font-size: 90%; line-height: 1.4em; padding: 2px 2px 0 0; } |