Skip to content

Commit

Permalink
Add dash (⁃) as bullet char for quadruple-nested bullets
Browse files Browse the repository at this point in the history
It's not happened before now, but you'd think it would have.
  • Loading branch information
pcraig3 committed Nov 27, 2024
1 parent af69efc commit cfc5c03
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
- Add script to pull links from all non-archived NOFOs
- Add inline image for CDC-RFA-JG-25-0055
- New cover images for HRSA-25-036, HRSA-25-080
- Add dash (⁃) as bullet for all quadruple nested bullets

### Changed

Expand Down
10 changes: 10 additions & 0 deletions bloom_nofos/bloom_nofos/static/theme-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,16 @@ ol ol ol {
list-style-type: lower-roman;
}

ul ul ul ul {
list-style-type: none;
padding-left: 20px;
}

ul ul ul ul > li:before {
content: "⁃";
margin-right: 5px;
}

img.usa-icon--check_box_outline_blank {
height: 17px;
width: 17px;
Expand Down

0 comments on commit cfc5c03

Please sign in to comment.