Index: public/stylesheets/application.css =================================================================== --- public/stylesheets/application.css (revision 12009) +++ public/stylesheets/application.css (working copy) @@ -551,7 +551,10 @@ p.other-formats { text-align: right; font-size:0.9em; color: #666; } .other-formats span + span:before { content: "| "; } -a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; } +a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 20px; } +a.pdf { background: url(../images/files/pdf.png) no-repeat 1px 50%; padding: 2px 0px 3px 20px; } +a.csv { background: url(../images/files/text.png) no-repeat 1px 50%; padding: 2px 0px 3px 20px; } +a.png { background: url(../images/files/image.png) no-repeat 1px 50%; padding: 2px 0px 3px 20px; } em.info {font-style:normal;font-size:90%;color:#888;display:block;} em.info.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;} Index: public/images/feed.png =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream