]> source.dussan.org Git - redmine.git/commitdiff
Removes unused image references in stylesheets (#1914).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 17 Sep 2008 17:18:05 +0000 (17:18 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 17 Sep 2008 17:18:05 +0000 (17:18 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1872 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css
public/stylesheets/jstoolbar.css

index 643ebe7987406aaf931529372794ce10d68c61e3..8c4173413e917be199a4c9420d1819b5f9ede535 100644 (file)
@@ -582,7 +582,6 @@ vertical-align: middle;
 .icon-mypage { background-image: url(../images/user_page.png); }
 .icon-admin { background-image: url(../images/admin.png); }
 .icon-projects { background-image: url(../images/projects.png); }
-.icon-logout { background-image: url(../images/logout.png); }
 .icon-help { background-image: url(../images/help.png); }
 .icon-attachment  { background-image: url(../images/attachment.png); }
 .icon-index  { background-image: url(../images/index.png); }
index 4e9d44b6c51d3e4f1c55745bfed4f6af2699429a..9514e3eb0843dc129aae22445357ec1f12dab34e 100644 (file)
 .jstb_del {
        background-image: url(../images/jstoolbar/bt_del.png);
 }
-.jstb_quote {
-       background-image: url(../images/jstoolbar/bt_quote.png);
-}
 .jstb_code {
        background-image: url(../images/jstoolbar/bt_code.png);
 }
-.jstb_br {
-       background-image: url(../images/jstoolbar/bt_br.png);
-}
 .jstb_h1 {
        background-image: url(../images/jstoolbar/bt_h1.png);
 }