Skip to content

Commit

Permalink
CSS: fix rendering of citation links for Markdown.
Browse files Browse the repository at this point in the history
Signed-off-by: Daira-Emma Hopwood <[email protected]>
  • Loading branch information
daira committed Nov 24, 2024
1 parent cf9b843 commit 668a006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rendered/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,11 @@ span.section-heading:hover + span {
opacity: 1;
}

a.footnote_reference::before, a.footnote-ref::before {
a.footnote_reference::before, a.footnote-ref::before, a.footnote::before {
content: "[";
}

a.footnote_reference::after, a.footnote-ref::after {
a.footnote_reference::after, a.footnote-ref::after, a.footnote::after {
content: "]";
}

Expand Down Expand Up @@ -369,7 +369,7 @@ a.footnote_reference::after, a.footnote-ref::after {
/* }}} rst-specific */

/* {{{ md-specific */
a.footnote-ref sup {
a.footnote-ref sup, a.footnote sup {
vertical-align: baseline;
font-size: 100%;
}
Expand Down

0 comments on commit 668a006

Please sign in to comment.