Skip to content

Instantly share code, notes, and snippets.

@dvschultz
Last active December 19, 2015 07:19
Show Gist options
  • Select an option

  • Save dvschultz/5918194 to your computer and use it in GitHub Desktop.

Select an option

Save dvschultz/5918194 to your computer and use it in GitHub Desktop.
These styles will hide the Yahoo bar of ugly from Flickr.com
#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