Skip to content

Instantly share code, notes, and snippets.

@benknight
Last active December 23, 2015 10:09
Show Gist options
  • Save benknight/6619328 to your computer and use it in GitHub Desktop.
Save benknight/6619328 to your computer and use it in GitHub Desktop.
Yelp CSS rewrites remove visual container, restyle header add ons bar
body {
background: white;
}
#super-container {
-webkit-box-shadow: none;
box-shadow: none;
border: none;
}
.footer {
background: #f5f5f5;
}
.header-top-addons {
position: relative;
z-index: 100;
-webkit-box-shadow: none;
box-shadow: none;
background: linear-gradient(#fff, #eee);
text-align: center;
}
.header-top-addons .facebook-instant {
float: none;
padding: 9px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment