From 2e01a1d41df1c87c0fc7864a21cc0f3ef572219b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 30 Nov 2018 17:42:38 +0300 Subject: css updates; night theme fixes for changed CSS classes --- classes/feeds.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'classes') diff --git a/classes/feeds.php b/classes/feeds.php index c8152b9e2..53c6bab2b 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -402,7 +402,7 @@ class Feeds extends Handler_Protected { $reply['content'] .= "
"; - $reply['content'] .= "
"; + $reply['content'] .= "
"; $reply['content'] .= ""; + class=\"title\">"; $reply['content'] .= "" . truncate_string($line["title"], 200); if (get_pref('SHOW_CONTENT_PREVIEW')) { - $reply['content'] .= "" . $line["content_preview"] . ""; + $reply['content'] .= "" . $line["content_preview"] . ""; } $reply['content'] .= ""; @@ -440,12 +440,12 @@ class Feeds extends Handler_Protected { } - $reply['content'] .= ""; + $reply['content'] .= ""; $reply['content'] .= "
$updated_fmt
"; - $reply['content'] .= "
"; + $reply['content'] .= "
"; $reply['content'] .= $score_pic; -- cgit v1.2.3