mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 01:15:56 +00:00
atom-to-html: remove horribly scaled feed icon (refs #754)
This commit is contained in:
@@ -21,9 +21,6 @@
|
|||||||
|
|
||||||
<div class="rss">
|
<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>
|
<h1><xsl:value-of select="atom:title"/></h1>
|
||||||
|
|
||||||
<p class="description">This feed has been exported from
|
<p class="description">This feed has been exported from
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ div.rss h1 {
|
|||||||
border-color : gray;
|
border-color : gray;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
color : gray;
|
color : gray;
|
||||||
margin-right : 90px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.rss h2 {
|
div.rss h2 {
|
||||||
|
|||||||
Reference in New Issue
Block a user