diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-12-04 23:15:40 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-12-04 23:15:40 +0000 |
commit | 159991c6aaf4c891e4a2a1a5c7f11ea4115434a4 (patch) | |
tree | c2f1aff2c9d78f42d9301b0223905e80187ea85e | |
parent | ac399fd43b372b52cbc8338b62c4d077667041c1 (diff) | |
download | brdo-159991c6aaf4c891e4a2a1a5c7f11ea4115434a4.tar.gz brdo-159991c6aaf4c891e4a2a1a5c7f11ea4115434a4.tar.bz2 |
#100696: Add missing feed icons to Garland.
-rw-r--r-- | themes/garland/page.tpl.php | 1 | ||||
-rw-r--r-- | themes/garland/style.css | 4 |
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; } |