summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-03-17 15:18:50 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-03-17 15:18:50 +0000
commit10cf1ccc1abe1c6ffdf21259b54292f9068b569c (patch)
treed43c2fd622b2126f72672d177f482e4934106e3d /public/stylesheets
parent22b42dc90a86b16904224bf638054fffd062b53f (diff)
downloadredmine-10cf1ccc1abe1c6ffdf21259b54292f9068b569c.tar.gz
redmine-10cf1ccc1abe1c6ffdf21259b54292f9068b569c.zip
added rss/atom feeds at project levels for:
* news * new issues reported * details of issue changes issue cutom queries can be used as feeds git-svn-id: http://redmine.rubyforge.org/svn/trunk@339 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/application.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 3fe0b1d68..7fda16cd3 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -154,6 +154,7 @@ vertical-align: middle;
.icon-attachment { background-image: url(../images/attachment.png); }
.icon-index { background-image: url(../images/index.png); }
.icon-history { background-image: url(../images/history.png); }
+.icon-feed { background-image: url(../images/feed.png); }
.icon22-projects { background-image: url(../images/22x22/projects.png); }
.icon22-users { background-image: url(../images/22x22/users.png); }
@@ -247,6 +248,7 @@ legend {color: #505050;}
.even {background-color: #fff;}
hr { border:0; border-top: dotted 1px #fff; border-bottom: dotted 1px #c0c0c0; }
table p {margin:0; padding:0;}
+table td {padding-right: 1em;}
.highlight { background-color: #FCFD8D;}