Use nice "plus" and "minus" symbols from Google Code, instead of current
triangles, for sidebar menu.
Patch by: Todd Larsen
--- 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