-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tighten up lists; slightly improve documentation
- Loading branch information
Showing
7 changed files
with
117 additions
and
107 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
docs/bundle-b63a9c3721e222c053f0.js → docs/bundle-4f7a7e9697c0dafd0dad.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
src/style/writing-conventions/ordered-and-unordered-lists.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Without some extra margin, consecutive lists appear merged together. | ||
ol + ol, | ||
ul + ul { margin-top: 40px } | ||
|
||
// Most list items contain just a single line (technically a paragraph). | ||
// | ||
// Unless we shrink the margins of that single inner paragraph, those | ||
// list items appear a little too spaced out. | ||
li p:only-child { margin: .5em 0 } |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.