Skip to content

Commit

Permalink
update lists
Browse files Browse the repository at this point in the history
  • Loading branch information
tildearrow committed Sep 10, 2023
1 parent 72cf852 commit b93b9c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions res/docpdf/make_paper.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,15 @@ def fix_headings(match):
code {
font-family: 'IBM Plex Mono';
}
ul {
padding-left: 4pt;
margin-right: 4pt;
list-style-type: none;
}
li:before {
content: '-';
padding-right: 3pt;
}
h1 {
hyphens: none;
text-align: left;
Expand Down

0 comments on commit b93b9c9

Please sign in to comment.