Browse Source

Fix alignment of collapsed footnotes.

mla_citations
Alexander O'Neill 6 years ago
parent
commit
8328078dd4
  1. 7
      css/reference_footnote.css

7
css/reference_footnote.css

@ -1,7 +1,10 @@
.footnotes .footnote .footnote-link { .footnotes .footnote .footnote-link,
.footnotes .footnote .footnote-multi {
float: left; float: left;
} }
.footnotes .footnote .footnote-link::after { .footnotes .footnote .footnote-link::after,
.footnotes .footnote .footnote-multi::after {
content: " "; content: " ";
white-space: pre; white-space: pre;
}
Loading…
Cancel
Save