Created
October 18, 2013 07:43
-
-
Save stevemckinney/7037858 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
.page-title h1 { | |
font-size: 3em; | |
font-weight: 700; | |
padding: 0 4.025em; } | |
.std { | |
font-size: 123.0769231%; | |
line-height: 1.5; } | |
.std h3 a { | |
text-decoration: none; | |
border-bottom: 1px solid #f0f0f0; | |
display: block; | |
line-height: 1; | |
padding: .24em 0; | |
font-size: 16px; | |
font-weight: 400; } | |
// Needs to be applied a different way | |
.std h3:nth-of-type(12) a { | |
border-bottom: none } | |
hr { | |
clear: both; | |
border: none; | |
border-bottom: 1px solid #f0f0f0; | |
margin: 1.5em 0; } | |
.std h2 { | |
font-size: 1.5em; | |
line-height: 1.15; | |
margin: 0 0 .75em!important; } | |
.std h3 { | |
font-size: 1.3125em; | |
font-weight: 700; | |
margin: 0 0 .375em!important; } | |
.std { | |
padding: 0 10em } | |
.std img { | |
max-width: 100%!important; | |
margin: 0 0 1.5em; } | |
.std p { | |
margin: 0 0 1.5em } | |
// Pages need cleaning up to remove extra breaks and empty paragraphs | |
// Most are <p> </p> | |
br, | |
p:empty { | |
display: none } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment