8000 Adding stylesheet for the asciidoctor-anywhere-footnote extension. · couchbase/docs-ui@965137e · GitHub
[go: up one dir, main page]

Skip to content

Commit 965137e

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

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.anywhere-footnote-marker {
2+
vertical-align: super;
3+
text-decoration: none;
4+
}
5+
6+
.anywhere-footnote-block {
7+
vertical-align: super;
8+
text-decoration: none;
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

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)
0