css proto look change for browser

This commit is contained in:
Andrew Dolgov 2005-12-30 07:08:44 +01:00
parent c2b2aee071
commit 0fefdaccf1
2 changed files with 7 additions and 1 deletions

View File

@ -3991,7 +3991,7 @@
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;

View 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;