From 175847dee889442606adae97f844302cb027cebd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Aug 2005 12:43:07 +0100 Subject: mark headlines page as read now works (via rpc) --- tt-rss.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 0da8b1229..ba1d08a12 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -55,7 +55,7 @@ table.feeds td.footer { font-size : small; } -table.headlines td.search { +table.headlinesList td.search { font-size : small; /* border-width : 0px 0px 1px 0px; border-color : #d0d0d0; @@ -63,7 +63,7 @@ table.headlines td.search { padding-bottom : 3px; */ } -table.headlines td.title { +table.headlinesList td.title { font-weight : bold; font-size : large; border-width : 0px 0px 1px 0px; @@ -73,9 +73,8 @@ table.headlines td.title { padding-bottom : 3px; } -table.headlines td.headlineUpdated { +table.headlinesList td.headlineUpdated { width : 200px; - } input { -- cgit v1.2.3