Skip to content

Instantly share code, notes, and snippets.

@adamsilver
Created March 23, 2012 14:48
Show Gist options
  • Save adamsilver/2171363 to your computer and use it in GitHub Desktop.
Save adamsilver/2171363 to your computer and use it in GitHub Desktop.
Opting in styles
.genericCopy li {
margin-bottom: 10px;
margin-left: 30px;
padding: 5px;
list-style: square;
font-size: 1.2em;
}
#navigation li {
float: left;
padding: 10px;
list-style: none;
font-size: 1.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment