From df0539c7bce95739e1fc23c795f9970a291903b9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 18 May 2007 08:30:36 +0100 Subject: [PATCH] misc style fixes --- tt-rss.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tt-rss.css b/tt-rss.css index bd843c59..07f68398 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -440,6 +440,7 @@ div.prefFeedCatHolder { overflow : auto; border : 1px solid #99d67a; margin : 5px 0px 5px 0px; + background-color : white; } a.helpLink { @@ -1570,4 +1571,6 @@ li.feedCatHolder { display : inline; } - +table.prefFeedCatList { + background-color : white; +} -- 2.39.2