Skip to content

Instantly share code, notes, and snippets.

@jonathansampson
Last active November 10, 2015 06:39
Show Gist options
  • Select an option

  • Save jonathansampson/130ce25e63c3b3ec1af9 to your computer and use it in GitHub Desktop.

Select an option

Save jonathansampson/130ce25e63c3b3ec1af9 to your computer and use it in GitHub Desktop.

Revisions

  1. jonathansampson renamed this gist Nov 10, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. jonathansampson renamed this gist Nov 10, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. jonathansampson revised this gist Nov 10, 2015. 1 changed file with 9 additions and 9 deletions.
    18 changes: 9 additions & 9 deletions sh*tlist.css
    Original 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";
    }
    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;
    }
    li::before {
    left: 0;
    content: "\1F4A9";
    position: absolute;
    }
  4. jonathansampson created this gist Nov 10, 2015.
    22 changes: 22 additions & 0 deletions sh*tlist.css
    Original 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;
    }