Created
March 27, 2012 19:52
-
-
Save sttz/2219691 to your computer and use it in GitHub Desktop.
Google Toolbar Removal User CSS
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
#gbx3 { | |
background-color: transparent !important; | |
border: none !important; | |
} | |
#gbzw { | |
height: 0 !important; | |
overflow: hidden !important; | |
} | |
#gbx1, #gb #gbx1, #gbq, #gbu, #gb #gbq, #gb #gbu { | |
top: 0 !important; | |
} | |
#gb { | |
height: 72px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment