Created
October 23, 2012 17:26
-
-
Save andershaig/3940205 to your computer and use it in GitHub Desktop.
Boilerplate Header
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
| #header-logo { | |
| margin: 30px 0; | |
| } | |
| #header-logo img { | |
| display: block; | |
| margin: 0 auto; | |
| } |
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
| <div class="row"> | |
| <div class="span12"> | |
| <div id="header-logo"> | |
| {% image header_banner %} | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment