Created
March 23, 2011 18:43
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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