summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/garland/page.tpl.php1
-rw-r--r--themes/garland/style.css4
2 files changed, 3 insertions, 2 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php
index 50c3c0e4f..ba31d4663 100644
--- a/themes/garland/page.tpl.php
+++ b/themes/garland/page.tpl.php
@@ -73,6 +73,7 @@
<?php if ($messages): print $messages; endif; ?>
<?php print $content ?>
<span class="clear"></span>
+ <?php print $feed_icons ?>
<div id="footer"><?php print $footer_message ?></div>
</div></div></div></div> <!-- /.left-corner, /.right-corner, /#squeeze, /#center -->
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 4c5e6fa0d..986cc037d 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -800,14 +800,14 @@ html.js fieldset.collapsed legend a {
}
/**
- * Syndication Block
+ * Syndication icons and block
*/
#block-node-0 h2 {
float: left;
padding-right: 20px;
}
-#block-node-0 img {
+#block-node-0 img, .feed-icon {
float: right;
padding-top: 4px;
}