css proto look change for browser
This commit is contained in:
parent
c2b2aee071
commit
0fefdaccf1
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue