Skip to content

Commit e9f97b7

Browse files
committed
Adding stylesheet for the asciidoctor-anywhere-footnote extension.
1 parent c13fc05 commit e9f97b7

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.anywhere-footnote-marker {
2+
vertical-align: super;
3+
font-size: 75%;
4+
text-decoration: none;
5+
}
6+
7+
.anywhere-footnote-block {
8+
vertical-align: super;
9+
text-decoration: none;
10+
}
11+
12+
hr.footnote-separator {
13+
margin-left: 0;
14+
margin-right: auto;
15+
margin-bottom: 10px;
16+
width: 100px;
17+
}

src/css/site.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@
3434
@import "external-link-icon.css";
3535
@import "disable-callouts.css";
3636
@import "asciidoctor-external-callout.css";
37+
@import "asciidoctor-anywhere-footnote.css";
3738
@import "info-banner.css";
3839
@import "chatbot.css";

0 commit comments

Comments
 (0)