Browse Source

atom-to-html: remove horribly scaled feed icon (refs #754)

Andrew Dolgov 10 years ago
parent
commit
9fa8d652c2
2 changed files with 0 additions and 4 deletions
  1. 0 3
      atom-to-html.xsl
  2. 0 1
      css/utility.css

+ 0 - 3
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

+ 0 - 1
css/utility.css

@@ -120,7 +120,6 @@ div.rss h1 {
 	border-color : gray;
 	border-style : dotted;
 	color : gray;
-	margin-right : 90px;
 }
 
 div.rss h2 {