Skip to content

Commit

Permalink
Fix glossary styles in PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
geealbers committed Apr 8, 2023
1 parent db625e1 commit bd3e431
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions content/_assets/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,13 @@

/* Glossary List */
.quire-page__content .content dl.glossary-list {
line-height: 2;
margin-left: 0;
}
@media screen {
.quire-page__content .content dl.glossary-list {
line-height: 2;
}
}
.quire-page__content .content .glossary-navigation {
line-height: 2;
margin-bottom: 1rem;
Expand All @@ -164,6 +168,11 @@
.quire-page__content .content .glossary-navigation > *:not(:last-child) {
margin-right: 1rem;
}
@media print {
.quire-page__content .content .glossary-navigation {
display: none;
}
}

/* GENERAL
============================================================================= */
Expand Down Expand Up @@ -593,7 +602,7 @@ table a,
.q-figure#fig-63-6 {
margin-bottom: 1rem;
}
/* Standardize table font sizes in print */
/* Standardize table font sizes in PDF */
.q-figure.is-table-scale-5,
.q-figure.is-table-scale-6,
.q-figure.is-table-scale-7 {
Expand Down

0 comments on commit bd3e431

Please sign in to comment.