Author: cmlenz
Date: Wed Dec 9 23:17:52 2009
New Revision: 889016
URL: http://svn.apache.org/viewvc?rev=889016&view=rev
Log:
The "View Code" expansion triangle now actually shows the expanded/collapsed
state.
Modified:
couchdb/trunk/share/www/style/layout.css
Modified: couchdb/trunk/share/www/style/layout.css
URL:
http://svn.apache.org/viewvc/couchdb/trunk/share/www/style/layout.css?rev=889016&r1=889015&r2=889016&view=diff
==============================================================================
--- couchdb/trunk/share/www/style/layout.css (original)
+++ couchdb/trunk/share/www/style/layout.css Wed Dec 9 23:17:52 2009
@@ -324,6 +324,7 @@
#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;
}