Created
October 13, 2012 19:38
-
-
Save zzandy/3885868 to your computer and use it in GitHub Desktop.
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
html { background-color: #f9f9f9; margin: 0; padding: 0; } | |
body { margin: 0 auto; padding: 0; font-family:"Segoe UI","HelveticaNeue-Light", sans-serif; font-weight:200;} | |
h1, h2, p, summary, footer, li { line-height: 170%; } | |
h1, h2 { border-bottom: 1px solid #aaa; font-family:"Segoe UI Light","HelveticaNeue-UltraLight", sans-serif; font-weight:100; } | |
h2 { font-size: 16pt; } | |
p { margin: 1em 20px 0 20px; } | |
ul { margin-top: 1em; } | |
#footer { font-style: italic; color: #999; text-align: center; padding: 1em 0 2em 0; margin-top: 1em; font-size: 80%; } | |
em { letter-spacing: 1px; } | |
li { margin-left: 1em; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment