summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-04-30 01:36:00 +0100
committerAndrew Dolgov <[email protected]>2008-04-30 01:36:00 +0100
commit6cfea5c790194e19c723d67a413df51635300342 (patch)
treef33ebe62faa982e80b877361a55b3099f89cc41c /tt-rss.css
parent708edafdca03f19e2f6c468c06def1b5d0044d1b (diff)
add (disabled) group-by-feed for vfeeds (_VFEED_GROUP_BY_FEED)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 77b0df74d..d01ac5d65 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1742,3 +1742,20 @@ a.visibleLink {
color : #4684ff;
}
+
+table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
+ padding-left : 5px;
+ color : #4684ff;
+}
+
+div.cdmFeedTitle {
+ border-color : #a0a0a0;
+ border-width : 0px 0px 1px 0px;
+ border-style : solid;
+ padding : 5px 5px 5px 0px;
+}
+
+table.headlinesList tr.feedTitle td {
+/* text-align : right;
+ margin-top : 10px; */
+}