Fix up the display of the foot notes
This commit is contained in:
parent
5e6e4adefe
commit
409897a830
2 changed files with 11 additions and 10 deletions
|
@ -110,3 +110,14 @@ pre {
|
||||||
p { margin: 0; }
|
p { margin: 0; }
|
||||||
|
|
||||||
p + p { margin: 1rem 0; }
|
p + p { margin: 1rem 0; }
|
||||||
|
|
||||||
|
.footdef {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: auto 1fr;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
|
||||||
|
> p, > sup {
|
||||||
|
margin: 0;
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -56,16 +56,6 @@ p.footpara {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footdef {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: auto 1fr;
|
|
||||||
|
|
||||||
> p {
|
|
||||||
margin: 0;
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.org-src-container, .example {
|
.org-src-container, .example {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue