]> git.wh0rd.org - tt-rss.git/commitdiff
misc style fixes
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 18 May 2007 07:30:36 +0000 (08:30 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 18 May 2007 07:30:36 +0000 (08:30 +0100)
tt-rss.css

index bd843c59efb41b83c92d1cb7ee08bd1974c3e0f9..07f6839855fa69b2e3409dd4ac2ef8eaf8b65c0d 100644 (file)
@@ -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;
+}