/*
 ________________________________________________________________________
|                  |                                                     |
|          Title:  |  Custom Bookmarks Menu Width                        |
|    Description:  |  Makes the bookmarks menu smaller or larger         |
|         Author:  |  -=Ben=-                                            |
|   Date Created:  |  June 6, 2008                                       |
|   Last Updated:  |  June 6, 2008                                       |
|        Version:  |  1.0.0.0                                            |
|__________________|_____________________________________________________|

*/





@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);




/* change maximum width of bookmarks menu (default is 26em): */
menu.bookmark-item, menuitem.bookmark-item 
{ 
  max-width: 20em !important; 
}