summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-04-30 04:37:56 +0100
committerAndrew Dolgov <[email protected]>2008-04-30 04:37:56 +0100
commit43fc671f796b1f9720544c1577a05f6fe9e4d1d2 (patch)
tree3d205f4a15cc86dccf01be2d29002f519a0e0356 /tt-rss.css
parent6cfea5c790194e19c723d67a413df51635300342 (diff)
group-by-feed tweaks
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 d01ac5d65..1cb36247f 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1744,7 +1744,6 @@ a.visibleLink {
}
table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
- padding-left : 5px;
color : #4684ff;
}
@@ -1752,10 +1751,11 @@ div.cdmFeedTitle {
border-color : #a0a0a0;
border-width : 0px 0px 1px 0px;
border-style : solid;
- padding : 5px 5px 5px 0px;
+ padding : 5px;
}
table.headlinesList tr.feedTitle td {
/* text-align : right;
margin-top : 10px; */
+ padding-left : 5px;
}