Skip to content

Instantly share code, notes, and snippets.

@waf
Created March 23, 2011 18:43
Show Gist options
  • Save waf/883684 to your computer and use it in GitHub Desktop.
Save waf/883684 to your computer and use it in GitHub Desktop.
Add some padding to the top of the firefox 4 tab bar, to allow for cross-monitor maximized window ripping
/*
* To install, add to your chrome/userChrome.css file in your firefox profile directory.
* Firefox profile directory is accessed by visiting "about:support" URI in firefox, then clicking "Open Containing Folder"
* You may need to create the directory and file.
*/
#navigator-toolbox[tabsontop="true"] #TabsToolbar {
padding-top:2px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment