We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13fc05 commit 965137eCopy full SHA for 965137e
src/css/asciidoctor-anywhere-footnote.css
@@ -0,0 +1,16 @@
1
+.anywhere-footnote-marker {
2
+ vertical-align: super;
3
+ text-decoration: none;
4
+}
5
+
6
+.anywhere-footnote-block {
7
8
9
10
11
+hr.footnote-separator {
12
+ margin-left: 0;
13
+ margin-right: auto;
14
+ margin-bottom: 10px;
15
+ width: 100px;
16
src/css/site.css
@@ -34,5 +34,6 @@
34
@import "external-link-icon.css";
35
@import "disable-callouts.css";
36
@import "asciidoctor-external-callout.css";
37
+@import "asciidoctor-anywhere-footnote.css";
38
@import "info-banner.css";
39
@import "chatbot.css";
0 commit comments