Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #5 from ousia/master
list item image (fixes #2)
  • Loading branch information
Ben Balter authored and GitHub committed Jul 19, 2017
2 parents 8b75ede + d659b40 commit 920b0c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions _sass/jekyll-theme-hacker.scss
Expand Up @@ -132,17 +132,7 @@ dt {
}

ul li {
list-style: none;
}

ul li:before {
content: ">>";
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
font-size: 13px;
color: #b5e853;
margin-left: -37px;
margin-right: 21px;
line-height: 16px;
list-style-image:url('../images/bullet.png');
}

blockquote {
Expand Down
Binary file added assets/images/bullet.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 920b0c4

Please sign in to comment.