Skip to content

Instantly share code, notes, and snippets.

@jdcauley
Created February 5, 2015 13:30
Show Gist options
  • Save jdcauley/b186a4f087f9c0d9f922 to your computer and use it in GitHub Desktop.
Save jdcauley/b186a4f087f9c0d9f922 to your computer and use it in GitHub Desktop.
SD Update
/* This */
.content ul{
margin-bottom: 20px;
}
/* To This */
.content ul,
.content ol{
margin-bottom: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment