Last active
November 10, 2015 06:39
-
-
Save jonathansampson/130ce25e63c3b3ec1af9 to your computer and use it in GitHub Desktop.
Revisions
-
jonathansampson renamed this gist
Nov 10, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jonathansampson renamed this gist
Nov 10, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jonathansampson revised this gist
Nov 10, 2015 . 1 changed file with 9 additions and 9 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,18 +5,18 @@ ul { font-family: Tahoma; } ul::before { font-weight: 700; content: "\53\68\2a\74\20\4c\69\73\74\3a"; } li { position: relative; padding-left: 1.5em; } li::before { left: 0; content: "\1F4A9"; position: absolute; } -
jonathansampson created this gist
Nov 10, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ ul { padding-left: 0; list-style: none; line-height: 1.5em; font-family: Tahoma; } ul::before { font-weight: 700; content: "\53\68\2a\74\20\4c\69\73\74\3a"; } li { position: relative; padding-left: 1.5em; } li::before { left: 0; content: "\1F4A9"; position: absolute; }