Last active
December 19, 2015 07:19
-
-
Save dvschultz/5918194 to your computer and use it in GitHub Desktop.
These styles will hide the Yahoo bar of ugly from Flickr.com
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
| #eyebrow-wrap { | |
| display: none; | |
| } | |
| body.with-eyebrow #global-nav { | |
| top: 0 !important; /* might need an !important for Safari or Chrome */ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment