Move tabs to the bottom of the header in Firefox 29

After much searching, I've found a solution to move the tab toolbar back to just above the page in Firefox 29. An answer I found suggested adding

#TabsToolbar{ -moz-box-ordinal-group: 100 !important; }

to userChrome.css in the /chrome/ directory in your profile. This is probably at ~/.mozilla/firefox/(HEX).default/chrome/ on Linux. It worked without having to install any add-ons.

Popular Posts