From: Andrew Dolgov Date: Sun, 17 Mar 2013 12:35:05 +0000 (+0400) Subject: hlFeed: remove unnecessary br X-Git-Tag: 1.7.5~146 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=cf2f643edb0a74da8b7f80fda3070843f1dd4cc0;p=tt-rss.git hlFeed: remove unnecessary br --- diff --git a/classes/feeds.php b/classes/feeds.php index e96aaba3..b5010a05 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -446,10 +446,10 @@ class Feeds extends Handler_Protected { $reply['content'] .= ""; if (@$line["feed_title"]) { - $reply['content'] .= " + $reply['content'] .= "
". - $line["feed_title"]."
- "; + $line["feed_title"]." +
"; } $reply['content'] .= "$updated_fmt
"; diff --git a/tt-rss.css b/tt-rss.css index 0b7e8ec7..6c8659e0 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -583,14 +583,14 @@ div.postHeader div { display : none; } -span.hlFeed, span.hlFeed a { +div.hlFeed, div.hlFeed a { font-size : 10px; color : gray; font-style : italic; font-weight : normal; } -span.hlFeed a:hover { +div.hlFeed a:hover { color : #4684ff; }