From 8137670b5daf0a53399ff3b77a63ee53ed24f823 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Wed, 9 Dec 2009 23:17:52 +0000 Subject: 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 --- share/www/style/layout.css | 1 + 1 file changed, 1 insertion(+) (limited to 'share') 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; } -- cgit v1.2.3