mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 14:15:56 +00:00
hlFeed: remove unnecessary br
This commit is contained in:
@@ -446,10 +446,10 @@ class Feeds extends Handler_Protected {
|
|||||||
$reply['content'] .= "<span class=\"hlUpdated\">";
|
$reply['content'] .= "<span class=\"hlUpdated\">";
|
||||||
|
|
||||||
if (@$line["feed_title"]) {
|
if (@$line["feed_title"]) {
|
||||||
$reply['content'] .= "<span class=\"hlFeed\">
|
$reply['content'] .= "<div class=\"hlFeed\">
|
||||||
<a href=\"#\" onclick=\"viewfeed($feed_id)\">".
|
<a href=\"#\" onclick=\"viewfeed($feed_id)\">".
|
||||||
$line["feed_title"]."</a><br/>
|
$line["feed_title"]."</a>
|
||||||
</span>";
|
</div>";
|
||||||
}
|
}
|
||||||
|
|
||||||
$reply['content'] .= "$updated_fmt</span>";
|
$reply['content'] .= "$updated_fmt</span>";
|
||||||
|
|||||||
@@ -583,14 +583,14 @@ div.postHeader div {
|
|||||||
display : none;
|
display : none;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.hlFeed, span.hlFeed a {
|
div.hlFeed, div.hlFeed a {
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
color : gray;
|
color : gray;
|
||||||
font-style : italic;
|
font-style : italic;
|
||||||
font-weight : normal;
|
font-weight : normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.hlFeed a:hover {
|
div.hlFeed a:hover {
|
||||||
color : #4684ff;
|
color : #4684ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user