Skip to content

Commit

Permalink
UPD ol / ul styles barryclark#3
Browse files Browse the repository at this point in the history
  • Loading branch information
EkaterinaSava committed Feb 26, 2018
1 parent feb830a commit dd24b9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ ol {
list-style-type: decimal;
}
ul ul, ol ul {
list-style-type: disc;
}
ul ul ul, ol ul ul, ol ol ul {
list-style-type: circle;
}

Expand Down

0 comments on commit dd24b9d

Please sign in to comment.