summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-23 07:49:32 +0400
committerAndrew Dolgov <[email protected]>2013-07-23 07:49:32 +0400
commit9fa8d652c2dc312e7af539e52b80436716e8dcc6 (patch)
tree0f6112a9a2ca5c96c378735f6f21823a0aa77654
parent3abdddc7d1ad33478122325bdc0832860eb436f7 (diff)
atom-to-html: remove horribly scaled feed icon (refs #754)
-rw-r--r--atom-to-html.xsl3
-rw-r--r--css/utility.css1
2 files changed, 0 insertions, 4 deletions
diff --git a/atom-to-html.xsl b/atom-to-html.xsl
index 0e6b2ac6e..1b827bb8f 100644
--- a/atom-to-html.xsl
+++ b/atom-to-html.xsl
@@ -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
diff --git a/css/utility.css b/css/utility.css
index f342223e3..c785cd82e 100644
--- a/css/utility.css
+++ b/css/utility.css
@@ -120,7 +120,6 @@ div.rss h1 {
border-color : gray;
border-style : dotted;
color : gray;
- margin-right : 90px;
}
div.rss h2 {