@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* ==UserStyle==
// @name         Tab: Tabs in multiple rows
// @author       Roblesolido
// @compatible   Firefox 3.5
// @description	 This puts all the tabs of the browser in multiple rows. After applying the style is necessary to restart firefox.
// ==/UserStyle==*/

.tabbrowser-tabs arrowscrollbox.tabbrowser-arrowscrollbox
{
display:block !important;
overflow:visible !important;
-moz-binding:none !important;
}

.tabbrowser-tabs arrowscrollbox.tabbrowser-arrowscrollbox .tabbrowser-tab
{
vertical-align:bottom !important;
-moz-box-sizing: border-box !important;
min-width: 119px !important;/* width of tab */
max-width: 240px !important;
}
/*End*/