Skip to content

Commit

Permalink
style: list-style, ul li:before
Browse files Browse the repository at this point in the history
  • Loading branch information
MOxFIVE committed Nov 24, 2015
1 parent 6cfddcb commit 2670efc
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions source/css/_partial/article.styl
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,15 @@ line-height: 1.65em;
}
ul{
li:before{
display inline-block;
content: "";
width: 6px;
height: 6px;
border: 1px solid #999;
border-radius: 10px;
background: #aaa;
display: inline-block;
margin-right: 10px;
float: left;
margin-top: 12px;
width: .4em;
height: .4em;
margin-right: .5em;
margin-bottom: .11em;
border: 1px solid lightgray;
border-radius: 50%;
background: lightgray;
}
}
ul,ol{
Expand Down

0 comments on commit 2670efc

Please sign in to comment.