summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-11 05:56:09 +0100
committerAndrew Dolgov <[email protected]>2006-12-11 05:56:09 +0100
commit99206d5c796efed8457c9170560275ae069e9634 (patch)
tree545aa939df49459ce5a9a7c615900ec29c07d98e
parent350f0ad1859b5b530840b4610a2a30bcb3cdbb5f (diff)
add special class for postReply taglist
-rw-r--r--backend.php2
-rw-r--r--tt-rss.css5
2 files changed, 6 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 3d5338966..a9543d9fe 100644
--- a/backend.php
+++ b/backend.php
@@ -258,7 +258,7 @@
if (!$entry_comments) $entry_comments = "&nbsp;"; # placeholder
- if (!$tags_str) $tags_str = '<span class="insensitive">no tags</span>';
+ if (!$tags_str) $tags_str = '<span class="tagList">no tags</span>';
print "<div style='float : right'>$tags_str
<a title=\"Edit tags for this article\"
diff --git a/tt-rss.css b/tt-rss.css
index 9488b403f..a151cadbd 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -727,6 +727,11 @@ div.postHeader div.postDateRTL {
float : right;
}
+div.postReply span.tagList {
+ color : gray;
+ font-size : x-small;
+}
+
div.postHeader div {
padding-bottom : 3px;
}