Skip to content

Instantly share code, notes, and snippets.

@KruegerDesigns
Created April 15, 2014 21:20
Show Gist options
  • Save KruegerDesigns/10776488 to your computer and use it in GitHub Desktop.
Save KruegerDesigns/10776488 to your computer and use it in GitHub Desktop.
Basic Content Spacing, Typography, Baseline Grid
.global-inline-styles {
h2 {
padding-bottom: .35em;
margin-top:0;
margin-bottom:0;
}
h3 {
padding-top: .25em;
padding-bottom: .25em;
margin-top:0;
margin-bottom:0;
}
h4 {
padding-top: .25em;
padding-bottom: .15em;
margin-top:0;
margin-bottom:0;
}
p {
padding-bottom: 1em;
margin-top:0;
margin-bottom:0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
ul, ol {
padding-bottom:.5em;
li {
padding-left: .25em;
margin: 0 0 .5em 1em;
}
}
nav ul {
padding-bottom: 0;
li {
padding-left: 0;
}
}
blockquote {
padding-left: .5em;
margin: 0 0 .5em 1.25em;
p {
padding: .25em 1.25em .25em 0;
}
}
} // global-inline-styles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment