]> git.wh0rd.org Git - tt-rss.git/commitdiff
css proto look change for browser
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 30 Dec 2005 06:08:44 +0000 (07:08 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 30 Dec 2005 06:08:44 +0000 (07:08 +0100)
backend.php
tt-rss.css

index 16797ea4a8f09c3ee6910c7ec7c7fbb676fa3751..8f1fe08e4ba150f4713d09a35dfe74d1e20a2e8b 100644 (file)
                        WHERE auth_login = '' AND auth_pass = '' AND private = false
                        GROUP BY feed_url ORDER BY subscribers DESC LIMIT 50");
                
-               print "<ul class='nomarks' id='browseFeedList'>";
+               print "<ul class='nomarks' id='browseBigFeedList'>";
 
                $feedctr = 0;
                
index 5878a0972f2dbd4a36106f9dec69d257e62231c5..d3e0fee799d86372d6a9d939259a3e1ba5a87889 100644 (file)
@@ -923,6 +923,12 @@ ul.userFeedList {
        list-style-type : none;
 }
 
+/* #browseBigFeedList li.oddSelected {
+       border : 1px solid #d0d0f6;
+       background-color : #eaeaff;
+       -moz-border-radius : 5px;
+} */
+
 ul.browseFeedList {
        height : 300px;
        overflow : auto;