Created
August 23, 2013 05:41
-
-
Save kopepasah/6315886 to your computer and use it in GitHub Desktop.
Adding this code to your custom styles for browser will remove the new annoying Yahoo bar on Flickr. You hate it, I hate it, let's remove it.
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
body.with-eyebrow > #global-nav { | |
top: 0 !important; | |
} | |
body.with-eyebrow > #main > .subnav-refresh { | |
margin-top: 0 !important; | |
} | |
body.with-eyebrow > #eyebrow { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment