summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-08 13:48:00 +0300
committerAndrew Dolgov <[email protected]>2010-11-08 13:48:00 +0300
commitc0105d4e5792167cb5a45002e3993f82607b2a02 (patch)
treecfe9351e26039f24b8c766c4af3a7c5e116a8d9c /functions.php
parente5208bac877c17bb55e8369fab682652bf52d8a7 (diff)
headlines subtoolbar: align feed icon
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 54fe552dc..8945ef437 100644
--- a/functions.php
+++ b/functions.php
@@ -4216,7 +4216,7 @@
<a href=\"#\"
title=\"".__("View as RSS feed")."\"
onclick=\"displayDlg('generatedFeed', '$feed_id:$is_cat:$rss_link')\">
- <img class=\"noborder\" src=\"images/feed-icon-12x12.png\"></a>";
+ <img class=\"noborder\" style=\"vertical-align : middle\" src=\"images/feed-icon-12x12.png\"></a>";
print "</div>";