Created
April 30, 2013 22:27
-
-
Save takempf/5492433 to your computer and use it in GitHub Desktop.
A terse gist
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
| <ul> | |
| <li>Hey</li> | |
| <li>Hey</li> | |
| <li>I'm your life</li> | |
| <li>I'm the one who takes you there</li> | |
| </ul> |
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
| ul { | |
| list-style: none; | |
| padding-left: 5px; | |
| } | |
| ul > li:before { | |
| content: '\25B8'; | |
| padding-right: 5px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment