PointsOfOrder/_static/custom.css

22 lines
286 B
CSS

/* Footnote styling in text */
a.footnote-reference.superscript {
font-size: 0.6em;
vertical-align: super;
line-height: 0;
}
sup {
line-height: 0;
}
/* Format multiple footnote backlinks */
.footnote-list .footnote .backrefs {
display: none;
}
.fn-bracket {
display: none;
}