scripts: improve generated PDF bookmark layout (#8809)

This commit is contained in:
Matthew Peveler
2022-10-07 19:10:44 -04:00
committed by GitHub
parent 5385806733
commit ffcd73854c
2 changed files with 20 additions and 8 deletions

View File

@@ -34,3 +34,13 @@ h1, h2, h4, ul {
margin-top: 8.2em;
font-size: 300%;
}
/*
The same is to have this look like a H1 tag, but we want the H2 tag so the
bookmarks list makes sense.
*/
h2.title-page {
font-size: 2em;
margin-top: 0.67em;
margin-bottom: 0.67em;
}