You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
328 B
18 lines
328 B
.editor-styles-wrapper,.entry-content{
|
|
counter-reset:footnotes;
|
|
}
|
|
|
|
a[data-fn].fn{
|
|
counter-increment:footnotes;
|
|
display:inline-flex;
|
|
font-size:smaller;
|
|
text-decoration:none;
|
|
text-indent:-9999999px;
|
|
vertical-align:super;
|
|
}
|
|
|
|
a[data-fn].fn:after{
|
|
content:"[" counter(footnotes) "]";
|
|
float:right;
|
|
text-indent:0;
|
|
} |