diff --git a/css/reference_footnote.css b/css/reference_footnote.css index 2df1272..80eff5f 100644 --- a/css/reference_footnote.css +++ b/css/reference_footnote.css @@ -1,7 +1,10 @@ -.footnotes .footnote .footnote-link { +.footnotes .footnote .footnote-link, +.footnotes .footnote .footnote-multi { float: left; } -.footnotes .footnote .footnote-link::after { +.footnotes .footnote .footnote-link::after, +.footnotes .footnote .footnote-multi::after { content: " "; white-space: pre; +} \ No newline at end of file