summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-17 16:35:05 +0400
committerAndrew Dolgov <[email protected]>2013-03-17 16:35:05 +0400
commitcf2f643edb0a74da8b7f80fda3070843f1dd4cc0 (patch)
treef244eda76a6c93b8c67e00e91892cf463c50135e /tt-rss.css
parent8b45a5d907c8b9cc3b9d25433bc85bcd08925d4f (diff)
hlFeed: remove unnecessary br
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 0b7e8ec7e..6c8659e07 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;
}