Skip to content

Instantly share code, notes, and snippets.

@strager
Created January 29, 2012 20:22
Show Gist options
  • Save strager/1700466 to your computer and use it in GitHub Desktop.
Save strager/1700466 to your computer and use it in GitHub Desktop.
/* before */
#wrapper #content .post .copy {
color: #6e7173;
padding: 10px;
font-size: 13px;
line-height: 15px;
}
/* after */
#wrapper #content .post .copy {
color: #6e7173;
padding: 10px;
font-size: 16px;
line-height: 1.3em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment