summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-05 09:08:02 +0300
committerAndrew Dolgov <[email protected]>2018-12-05 09:08:02 +0300
commitedd348b16c6194048a576c59a9f3350515cb8136 (patch)
tree7a02ce71acf419182aa7da769bb1ec65c3b954d7 /classes/feeds.php
parent88c2da72d5660dca33108e8a026a191750e965ea (diff)
rework not-cdm headline rows to use flex-box
Diffstat (limited to 'classes/feeds.php')
-rwxr-xr-xclasses/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index c60aa3e1d..a5cd05a46 100755
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -528,7 +528,7 @@ class Feeds extends Handler_Protected {
$tmp_content .= "<span class='updated' title='$date_entered_fmt'>$updated_fmt</span>";
- $tmp_content .= "<div style=\"vertical-align : middle\">";
+ $tmp_content .= "<div class='right'>";
$tmp_content .= "$score_pic";
if (!get_pref("VFEED_GROUP_BY_FEED") && $line["feed_title"]) {