|
Home > Archive > Mozilla Browser > December 2006 > Bookmark Width and columns
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Bookmark Width and columns
|
|
|
| IS there a way to adjust the width of the bookmark column? Also, using the
"column bookmark" extension, it changes the scrollable boomark listing into
one of more columns, but what about changing the width there as well?
Thanks
| |
|
| On Fri, 01 Dec 2006 12:07:10 GMT, Ron P wrote:
> IS there a way to adjust the width of the bookmark column?
To change the width of the Bookmarks menu list, try adding the
following to userChrome.css file or create it as per:
<http://kb.mozillazine.org/UserChrome.css>, changing the "26em" to the
desired width (e.g. 30em).
/* Change width of Bookmarks menu list. */
menu.bookmark-item,
menuitem.bookmark-item {
max-width: 26em !important;
}
> Also, using the
> "column bookmark" extension, it changes the scrollable boomark listing into
> one of more columns, but what about changing the width there as well?
Perhaps check with the author of the extension or their site?
--
Rom
|
|
|
|
|