1@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
2
3/* Dont embolden the text on the selected tab */
4tab[selected="true"] {
5    font-weight: normal !important;
6}
7
8/* Shrink toolbars -> by about 2 pixels :-( ... */
9/* Setting explicit heights, messes things up when text+icons is shown :-( */
10#nav-bar {
11    margin: 0px !important;
12    padding: 1px !important;
13    border: 0px !important;
14}
15
16.textbox-input-box,#identity-box,#urlbar-icons,.autocomplete-history-dropmarker,.searchbar-engine-button,.search-go-container,.box-inherit.button-box {
17    margin: 0px !important;
18    padding: 0px !important;
19}
20
21.searchbar-engine-button {
22    margin: 0px !important;
23    padding: 2px !important;
24}
25