diff --git a/i2p2www/static/styles/danimoth.css b/i2p2www/static/styles/danimoth.css
index b41dee19ca11c90387fce0c749e69467727de843..a474a5a5662988801d1a9f31e285c991afcf2ecd 100644
--- a/i2p2www/static/styles/danimoth.css
+++ b/i2p2www/static/styles/danimoth.css
@@ -38,6 +38,16 @@ nav.navigation {
     z-index: 1;
 }
 
+div#content .feed-icon {
+    background-image: url('../images/feed-icon-28x28.png');
+    display: block;
+    float: right;
+    height: 28px;
+    margin: 4px 10px;
+    text-indent: -9999px;
+    width: 28px;
+}
+
 h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td {
 margin:0;
 padding:0;