print: adjust chapter style #225

This commit is contained in:
Sören Weber 2022-03-25 14:21:45 +01:00
parent 198c25f451
commit d81270564b
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
2 changed files with 3 additions and 0 deletions

View file

@ -78,6 +78,8 @@ body,
}
#body-inner.chapter h1 {
border-bottom: 1px solid #ddd;
margin-bottom: 2rem;
padding-bottom: .75rem;
}
.footline {
/* in print mode show footer line to signal reader the end of document */

View file

@ -439,6 +439,7 @@ th {
#body-inner.chapter h3:first-of-type {
font-weight: 200;
margin-top: 0;
text-align: center;
}