Created
March 9, 2013 10:09
-
-
Save Dakuan/5123720 to your computer and use it in GitHub Desktop.
as css
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
#header { margin: 30px 0; } | |
#header .logo { float: left; width: 12.5%; margin: 0 10px; } | |
#header .logo img { max-width: 100%; } | |
#header .logo .seperator { display: none; position: absolute; width: 30px; top: 0; bottom: 0; left: -30px; background: transparent url('/assets/background/search-sep.png') repeat-y left top; } | |
#header .header_main { margin-left: 14.583333333333%; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment