summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-02 15:27:10 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-02 15:27:10 +0000
commit2dc3850798448e3698ae9f7c4c23033827d7cd64 (patch)
tree0cdc932a83a6e219dddec4c43e1b26cba8f92e5b /public
parent18001e5a5b14cae3a3852c1f9d3da9c014fe9fd3 (diff)
downloadredmine-2dc3850798448e3698ae9f7c4c23033827d7cd64.tar.gz
redmine-2dc3850798448e3698ae9f7c4c23033827d7cd64.zip
added an icon on news comments
git-svn-id: http://redmine.rubyforge.org/svn/trunk@142 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/images/comment.pngbin0 -> 985 bytes
-rw-r--r--public/images/notes.pngbin996 -> 0 bytes
-rw-r--r--public/stylesheets/application.css1
3 files changed, 1 insertions, 0 deletions
diff --git a/public/images/comment.png b/public/images/comment.png
new file mode 100644
index 000000000..a67d5d422
--- /dev/null
+++ b/public/images/comment.png
Binary files differ
diff --git a/public/images/notes.png b/public/images/notes.png
deleted file mode 100644
index d26b1d577..000000000
--- a/public/images/notes.png
+++ /dev/null
Binary files differ
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 3ad2ced3f..2b1c53794 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -151,6 +151,7 @@ background-color: #80b0da;
.folder { background-image: url(../images/folder.png); }
.file { background-image: url(../images/file.png); }
.attachment { background-image: url(../images/attachment.png); }
+.comment { background-image: url(../images/comment.png); }
/**************** Content styles ****************/