PointsOfOrder/_static/custom.css

22 lines
286 B
CSS
Raw Permalink Normal View History

2021-02-03 01:20:41 +11:00
/* Footnote styling in text */
a.footnote-reference.superscript {
2021-02-03 01:20:41 +11:00
font-size: 0.6em;
vertical-align: super;
line-height: 0;
}
sup {
line-height: 0;
}
/* Format multiple footnote backlinks */
2023-09-23 22:36:20 +10:00
.footnote-list .footnote .backrefs {
2021-02-03 01:20:41 +11:00
display: none;
}
2023-09-23 22:36:20 +10:00
.fn-bracket {
display: none;
2021-02-03 01:20:41 +11:00
}