Return to Snippet

Revision: 8253
at September 11, 2008 00:14 by Jacolyte


Initial Code
#bookmarksBarContent { display: block !important; overflow: visible;}
#bookmarksBarContent toolbarseparator { display: inline !important; }
#bookmarksBarContent .bookmark-item { visibility: visible !important; }

.places-toolbar-items { display: block !important; height: 33px !important; overflow-y: auto !important; }
.chevron { display: none !important; }

Initial URL
http://jacolyte.com

Initial Description
You know how your bookmarks toolbar will show a little arrow when there are too many to fit? This code snippet will make the toolbar twice the size in height, and make the bookmarks wrap to the next line.

In mac, you need to edit the file /Users/---username here---/Library/Application Support/Firefox/Profiles/---profile name here---/chrome/userChrome.css -- if the file doesn't exist, create it.

Then add the following snippet anywhere in the .css file

Initial Title
Firefox 3 userChrome.css: wrap your livebookmarks

Initial Tags
css, 3

Initial Language
CSS