$reply['content'] .= "<span class=\"hlUpdated\">";
if (@$line["feed_title"]) {
- $reply['content'] .= "<span class=\"hlFeed\">
+ $reply['content'] .= "<div class=\"hlFeed\">
<a href=\"#\" onclick=\"viewfeed($feed_id)\">".
- $line["feed_title"]."</a><br/>
- </span>";
+ $line["feed_title"]."</a>
+ </div>";
}
$reply['content'] .= "$updated_fmt</span>";
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;
}