Last active
December 23, 2015 10:09
-
-
Save benknight/6619328 to your computer and use it in GitHub Desktop.
Yelp CSS rewrites remove visual container, restyle header add ons bar
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 { | |
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