summaryrefslogtreecommitdiff
path: root/tt-rss.css
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 /tt-rss.css
parent350f0ad1859b5b530840b4610a2a30bcb3cdbb5f (diff)
add special class for postReply taglist
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css5
1 files changed, 5 insertions, 0 deletions
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;
}