Index:In the Reign of Coyote.djvu/styles.css
Jump to navigation
Jump to search
.stoc-line {
margin:0 auto;
display: grid;
grid-template-columns: auto max-content;
max-width: 36em;
grid-template-areas: "chapter page";
align-items: end;
gap: 0 .5em; /* customize the gap to your needs */
}
.stoc-chap {
font-variant:small-caps;
}
.stoc-page {
width: 1.8em;
text-align: right;
}
.stoc-page.stoc-sep {
width: 2em;
text-align: right;
}
.stoc-page.stoc-sep-zero {
width: 0em;
}