Skip to content

Commit

Permalink
Merge pull request adam-p#281 from dato/patch-1
Browse files Browse the repository at this point in the history
default.css: update list-style comments to match reality
  • Loading branch information
adam-p committed May 31, 2015
2 parents 98f3f90 + 2ad5204 commit 7613465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ ul ul, ul ol, ol ul, ol ol {
padding-left: 1em;
}

/* Use letters for sub-ordered-lists. (Like Github.) */
/* Use Roman numerals for sub-ordered-lists. (Like Github.) */
ol ol, ul ol {
list-style-type: lower-roman;
}

/* Use Roman numerals for sub-sub-ordered lists. (Like Github.) */
/* Use letters for sub-sub-ordered lists. (Like Github.) */
ul ul ol, ul ol ol, ol ul ol, ol ol ol {
list-style-type: lower-alpha;
}
Expand Down

0 comments on commit 7613465

Please sign in to comment.