mirror of
https://github.com/facundoolano/jorge.git
synced 2024-12-25 21:58:28 +01:00
tweak footnotes style
This commit is contained in:
parent
9f4c7e14f3
commit
9688ffcc36
2 changed files with 4 additions and 2 deletions
|
@ -260,12 +260,13 @@ hr.footnotes-separatator {
|
||||||
|
|
||||||
/* makes footnote number and text display in the same line */
|
/* makes footnote number and text display in the same line */
|
||||||
.footnote-definition {
|
.footnote-definition {
|
||||||
display: block;
|
display: flex;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-bottom: .4rem;
|
margin-bottom: .4rem;
|
||||||
}
|
}
|
||||||
.footnote-body, .footnote-body p {
|
.footnote-body, .footnote-body p {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
margin-left: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* These control the expand/collapse behavior of the tags page */
|
/* These control the expand/collapse behavior of the tags page */
|
||||||
|
|
|
@ -265,12 +265,13 @@ hr.footnotes-separatator {
|
||||||
|
|
||||||
/* makes footnote number and text display in the same line */
|
/* makes footnote number and text display in the same line */
|
||||||
.footnote-definition {
|
.footnote-definition {
|
||||||
display: block;
|
display: flex;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-bottom: .4rem;
|
margin-bottom: .4rem;
|
||||||
}
|
}
|
||||||
.footnote-body, .footnote-body p {
|
.footnote-body, .footnote-body p {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
margin-left: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* These control the expand/collapse behavior of the tags page */
|
/* These control the expand/collapse behavior of the tags page */
|
||||||
|
|
Loading…
Reference in a new issue