From d5caaae569123e62240910c53e8bfcbf4162fad6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 26 Aug 2005 04:41:45 +0100 Subject: make feedlist use smaller font --- tt-rss.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 74f328925..8c16790eb 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -46,6 +46,10 @@ td.headlineToolbar { padding-top : 10px; } +table.feeds { + font-size : small; +} + table.feeds td.footer { font-weight : bold; border-width : 1px 0px 0px 0px; @@ -257,6 +261,7 @@ table.prefFeedList tr.title td { } a.disabledButton { + font-family : tahoma, sans-serif; border : 1px solid #d0d0d0; background-color : white; color : #909090; @@ -271,6 +276,7 @@ a.disabledButton:hover { } a.button { + font-family : tahoma, sans-serif; border : 1px solid #d0d0d0; background-image : url("images/button.png"); background-position : top; @@ -288,6 +294,7 @@ a.button:hover { } a.buttonWarn { + font-family : tahoma, sans-serif; border : 1px solid #d0d0d0; background-image : url("images/button.png"); background-position : top; -- cgit v1.2.3