footnote counter en exposant

This commit is contained in:
2020-01-22 11:43:28 +01:00
parent 38533430aa
commit 80ea48a590
+5 -4
View File
@@ -26,12 +26,13 @@
[data-note]::after {
position: absolute;
// position: absolute;
content: counter(footnote);
transform: translate(1px, -5px );
//transform: translate(1px, -5px );
font-family: "TextaAlt";
font-size: 6pt;
font-size: 7pt;
vertical-align: super;
padding-left: 0.1em;
}