Skip to content

Instantly share code, notes, and snippets.

@splorp
Last active December 15, 2015 22:45
Show Gist options
  • Save splorp/a378e31af50c7b0a78ff to your computer and use it in GitHub Desktop.
Save splorp/a378e31af50c7b0a78ff to your computer and use it in GitHub Desktop.
Minigroup Tidy
/* ============================================================================ */
/* Custom styles for minigroup.com */
/* Grant Hutchinson (@splorp) */
/* ============================================================================ */
div.formatted p > code,
div.formatted li > code,
div.formatted p > em > code,
div.formatted li > em > code {
display: inline;
font-size: 11px;
padding: 4px 5px;
background: #ebeced;
color: #686868;
}
em,
dfn,
blockquote,
blockquote p,
div.formatted blockquote p,
.comments div.formatted blockquote p {
font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
font-size: 15px;
color: #999;
}
.comments div.formatted blockquote p,
.comment_meta em,
.post_meta em {
font-size: 13px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment