/* hides the tabs */ #tabbrowser-tabs { visibility: collapse; } /* move titlebar up */ #titlebar { margin-top: -8px; } /* move navbar up and to the front */ #nav-bar { margin-top: -8px; z-index: 1; }