mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-06-06 00:29:12 +02:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
@ -1,15 +0,0 @@
|
||||
/*automatic counter for fnote macro. The counter resets at the begining of each tiddler*/
|
||||
.tc-tiddler-frame {
|
||||
counter-reset: fnote-count;
|
||||
}
|
||||
.refnotes-footnote {
|
||||
counter-increment: fnote-count;
|
||||
}
|
||||
.refnotes-footnote:after {
|
||||
content: counter(fnote-count);
|
||||
font-size:small;
|
||||
/* color:#0000ee;*/
|
||||
vertical-align: super;
|
||||
line-height: 1.5;
|
||||
margin-left: -0.1em;
|
||||
}
|
Reference in New Issue
Block a user