]> git.wh0rd.org Git - tt-rss.git/commitdiff
add special class for postReply taglist
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 11 Dec 2006 04:56:09 +0000 (05:56 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 11 Dec 2006 04:56:09 +0000 (05:56 +0100)
backend.php
tt-rss.css

index 3d533896619541bc9eed587c96f63829dd71e9f7..a9543d9fe7d4ea0789ef7291c2ad58de47580f42 100644 (file)
 
                        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\" 
index 9488b403f5f7360088087f3bb862d149eed85aba..a151cadbd9ba0ca40bde25a29853bd4c0d65a40e 100644 (file)
@@ -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;
 }