No Title

The title says it all
2008/08/29
Scrollable lists user style for FriendFeed Beta

Scrollable lists user style for FriendFeed Beta

http://userstyles.org/styles/10091

Makes the friendlist on sidebar shorter and scrollable.

beforeafter

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(friendfeed.com) {
  #shareroommenu, .popupshadow, .friends.body > .friendlist {
    max-height: 300px;
    overflow-y: auto;
  }
  .friends.body > .friendlist {
    background: #fafafa url(data:image/png;base64,
iVBORw0KGgoAAAANSUhEUgAAAAMAAAAOBAMAAAAYmLtSAAAAB3RJTUUH2AgdERAiIvxqkwAAAAl
wSFlzAAAK8AAACvABQqw0mAAAADBQTFRFAAAAAAD/AKqqAMPDAOPjAP//qgDD/wCqwwDjqqoAw8
MA//8Aqqqqw8PD4+Pj////YD5mFAAAAA5JREFUeNpjOPuAgTgEAOxiF3cFqRTSAAAAAElFTkSuQ
mCC) 0 0 repeat-y;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #e3e3e3;
  }
}
Comments (View)
blog comments powered by Disqus