Skip to content

Instantly share code, notes, and snippets.

@rey
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save rey/8fedffd9250e2d16b016 to your computer and use it in GitHub Desktop.

Select an option

Save rey/8fedffd9250e2d16b016 to your computer and use it in GitHub Desktop.
Remove bullet character
#archive ul li time:after {
content: "•"; // remove this line!
font-size: 15px;
padding-left: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment