Skip to content

Commit

Permalink
fix(css): list decorations not aligned to the baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Nov 9, 2018
1 parent 4f7e623 commit 9d2ee52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _app/assets/themes/curtana/_scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,13 @@ body:hover .latest {

ul li::before {
content: "-";
padding-right: .6em;
padding-right: .5em;
}

ol li::before {
counter-increment: list;
content: counter(list) ".";
padding-right: .3em;
padding-right: .25em;
}

dl {
Expand Down

0 comments on commit 9d2ee52

Please sign in to comment.