diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-09-17 17:18:05 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-09-17 17:18:05 +0000 |
commit | fcbd2b5228b6e521db7c7b975f2701eb5c6353c7 (patch) | |
tree | c58285cfc607b9828cf374796df03395434daae2 /public/stylesheets/jstoolbar.css | |
parent | 14b4afeec90a9048d06e5d5dc1ea45927fcc49f8 (diff) | |
download | redmine-fcbd2b5228b6e521db7c7b975f2701eb5c6353c7.tar.gz redmine-fcbd2b5228b6e521db7c7b975f2701eb5c6353c7.zip |
Removes unused image references in stylesheets (#1914).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1872 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets/jstoolbar.css')
-rw-r--r-- | public/stylesheets/jstoolbar.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/public/stylesheets/jstoolbar.css b/public/stylesheets/jstoolbar.css index 4e9d44b6c..9514e3eb0 100644 --- a/public/stylesheets/jstoolbar.css +++ b/public/stylesheets/jstoolbar.css @@ -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); } |