Created
November 3, 2011 16:53
-
-
Save philtr/1337032 to your computer and use it in GitHub Desktop.
Replace Gmail logo with your own
This file contains hidden or 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
a#gbqlw, | |
a:hover#gbqlw, | |
.gbgt-hvr { | |
width: 128px; | |
height: 70px; | |
margin: 30px 0 0 0; | |
background-image: url(/* Your logo here*/) !important; | |
background-position: 0 center !important; | |
background-color: transparent !important; | |
background-repeat: no-repeat !important; } | |
a#gbqlw img { display:none !important; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment