From b8fcea2429309980b3aa6f6c857200050a0451ce Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Sun, 23 Dec 2012 12:49:34 +0000 Subject: [PATCH] Added feed icon CSS to danimoth's theme --- i2p2www/static/styles/danimoth.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/i2p2www/static/styles/danimoth.css b/i2p2www/static/styles/danimoth.css index b41dee19c..a474a5a56 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; -- GitLab