Use nice "plus" and "minus" symbols from Google Code, instead of current
authorTodd Larsen <tlarsen@google.com>
Mon, 27 Oct 2008 18:36:19 +0000
changeset 424 9bc6fae7d904
parent 423 25665d645fa8
child 425 95058c81a065
Use nice "plus" and "minus" symbols from Google Code, instead of current triangles, for sidebar menu. Patch by: Todd Larsen
app/soc/content/css/soc.css
app/soc/content/images/minus.gif
app/soc/content/images/plus.gif
--- a/app/soc/content/css/soc.css	Sun Oct 26 21:36:29 2008 +0000
+++ b/app/soc/content/css/soc.css	Mon Oct 27 18:36:19 2008 +0000
@@ -322,11 +322,11 @@
 
 #menu li.expandable {
   list-style-type: disc;
-  list-style-image: url(../images/opentriangle.gif);
+  list-style-image: url(../images/minus.gif);
 }
 
 #menu li.closed {
-  list-style-image: url(../images/triangle.gif);
+  list-style-image: url(../images/plus.gif);
 }
 
 #menu h4 {
Binary file app/soc/content/images/minus.gif has changed
Binary file app/soc/content/images/plus.gif has changed