]> git.wh0rd.org - tt-rss.git/commitdiff
atom-to-html: remove horribly scaled feed icon (refs #754)
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 23 Jul 2013 03:49:32 +0000 (07:49 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 23 Jul 2013 03:49:32 +0000 (07:49 +0400)
atom-to-html.xsl
css/utility.css

index 0e6b2ac6e1ad558e5ae98ca02dce2b0dd3d8356c..1b827bb8f76a86f20f13ed31e2e21bd519f2a199 100644 (file)
@@ -21,9 +21,6 @@
 
                <div class="rss">
 
-               <img class="feedicon" src="images/pub_set.png" style="width : 64px; height : 64px;" 
-                       alt="feed icon"/>
-
                <h1><xsl:value-of select="atom:title"/></h1>
 
                <p class="description">This feed has been exported from
index f342223e3ed149b6f90541c6c4e6e4f301e38654..c785cd82ec820e0b3b1d3fedf9a544d0d829959d 100644 (file)
@@ -120,7 +120,6 @@ div.rss h1 {
        border-color : gray;
        border-style : dotted;
        color : gray;
-       margin-right : 90px;
 }
 
 div.rss h2 {