chore: css cleanup
This commit is contained in:
parent
2aa3af7c93
commit
e30582d502
13 changed files with 108 additions and 114 deletions
|
@ -1,8 +1,8 @@
|
|||
.book-entry {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--sizing-sm);
|
||||
align-items: center;
|
||||
gap: var(--sizing-sm);
|
||||
|
||||
&:last-of-type {
|
||||
border-bottom: 0;
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
.footnotes-list {
|
||||
margin-bottom: 0;
|
||||
padding-left: 0;
|
||||
|
||||
& li:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.footnotes {
|
||||
padding-bottom: var(--sizing-base);
|
||||
}
|
||||
|
||||
.footnote-item > p {
|
||||
display: inline;
|
||||
& .footnotes-list {
|
||||
margin-bottom: 0;
|
||||
padding-left: 0;
|
||||
|
||||
& li:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
& .footnote-item > p {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sup.footnote-ref {
|
||||
|
@ -22,8 +22,4 @@ sup.footnote-ref {
|
|||
sup.footnote-ref a,
|
||||
.footnote-backref {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.footnotes + .banner {
|
||||
margin-top: 0 !important;
|
||||
}
|
Reference in a new issue