Removes unused image references in stylesheets (#1914).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1872 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2008-09-17 17:18:05 +00:00
parent 14b4afeec9
commit fcbd2b5228
2 changed files with 0 additions and 7 deletions

View 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); }

View File

@ -60,15 +60,9 @@
.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);
}