footnote counter en exposant
This commit is contained in:
@@ -26,12 +26,13 @@
|
|||||||
|
|
||||||
[data-note]::after {
|
[data-note]::after {
|
||||||
|
|
||||||
position: absolute;
|
// position: absolute;
|
||||||
content: counter(footnote);
|
content: counter(footnote);
|
||||||
transform: translate(1px, -5px );
|
//transform: translate(1px, -5px );
|
||||||
|
|
||||||
font-family: "TextaAlt";
|
font-family: "TextaAlt";
|
||||||
font-size: 6pt;
|
font-size: 7pt;
|
||||||
|
vertical-align: super;
|
||||||
|
padding-left: 0.1em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user