Bug 336847 - Remove half the groove below final toolbar. r=ben

This commit is contained in:
silver@warwickcompsoc.co.uk 2007-11-06 21:08:12 -08:00
parent 770b932bb7
commit 0439e507f3

View File

@ -55,6 +55,17 @@
min-height: 26px;
}
/* These next two rules remove the lighter of the two groove lines below the
last toolbar, but only when there are no tabs showing. This gives the best
compromise on visual appearance. */
#navigator-toolbox {
margin-bottom: -1px;
}
.tabbrowser-strip {
margin-top: 1px;
}
/* ..... fix searchbar "add engine" padding issue ..... */
#searchbar .searchbar-dropmarker menuseparator + menuitem {