]> source.dussan.org Git - redmine.git/commitdiff
Removes a GIF image.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 13 Feb 2010 09:09:57 +0000 (09:09 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 13 Feb 2010 09:09:57 +0000 (09:09 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3420 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/images/sub.gif [deleted file]
public/stylesheets/context_menu.css

diff --git a/public/images/sub.gif b/public/images/sub.gif
deleted file mode 100644 (file)
index 52e4065..0000000
Binary files a/public/images/sub.gif and /dev/null differ
index b3aa1aca0dec4a05d5bc44de7b1fa423aada6135..ad78988e36d9f7c0e69103f1b33ebbf28d648c70 100644 (file)
@@ -39,7 +39,7 @@
 }
 #context-menu li>a { width:auto; } /* others */
 #context-menu a.disabled, #context-menu a.disabled:hover {color: #ccc;}
-#context-menu li a.submenu { background:url("../images/sub.gif") right no-repeat; }
+#context-menu li a.submenu { background:url("../images/bullet_arrow_right.png") right no-repeat; }
 #context-menu a:hover { border-color:gray; background-color:#eee; color:#2A5685; }
 #context-menu li.folder a:hover { background-color:#eee; }     
 #context-menu li.folder:hover { z-index:40; }