/*
 ________________________________________________________________________
|                  |                                                     |
|          Title:  |  Custom Tab Bar Height                              |
|    Description:  |  Makes the Tab Bar Shorter, based on custom size    |
|         Author:  |  -=Ben=-                                            |
|   Date Created:  |  June 10, 2008                                      |
|   Last Updated:  |  June 10, 2008                                      |
|        Version:  |  1.0.0.0                                            |
|__________________|_____________________________________________________|

*/


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);



/* Change the tab-bar height: */
tab 
{
  height: 13px !important; 
}



.tabbrowser-strip 
{ 
  height: 24px !important; 
}