Last active
August 29, 2015 14:02
-
-
Save rey/8fedffd9250e2d16b016 to your computer and use it in GitHub Desktop.
Remove bullet character
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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