/*
________________________________________________________________________
|                  |                                                    |
|          Title:  |  Compress Toolbars for More Browsing Space         |
|    Description:  |  Removes padding between toolbars for more room    |
|         Author:  |  -=Ben=-                                           |
|   Date Created:  |  June 3, 2008                                      |
|   Last Updated:  |  June 4, 2008                                      |
|        Version:  |  1.0.0.0                                           |
|__________________|____________________________________________________|

*/



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);






/* Remove the horizontal toolbar separator between the menubar and the main toolbar: */

#toolbar-menubar 
{
  border-bottom: none !important;
}

#nav-bar 
{
  border-top: none !important;
}





/* Remove the horizontal toolbar separator between the main toolbar and the bookmarks toolbar: */

#nav-bar 
{
  border-bottom: none !important;
}

#PersonalToolbar 
{
  border-top: none !important;
}