-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the list indenting to match GOV.UK style
Since we now handle the list markdown rather than turndown we have the opportunity to update the indenting to be more consistent with GOV.UK style. This sets the lists to have just one space after a marker and 3 spaces before it. I wrestled for a bit trying to work out what should be the correct level of indentation. Some places advise 2 characters, others 3 and others 4. If you are working in monotype fonts it's most readable to have 2 for ul's and 3 for ol's. As we expect users not to be typing in monotype fonts this isn't too big a concern and 3 seems to offer a nice balance of readability and without special cases for each list type.
- Loading branch information
Showing
2 changed files
with
28 additions
and
26 deletions.
There are no files selected for viewing
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