hyper-literate/scribble-lib/scriblib/footnote.css
2018-05-15 22:09:15 +02:00

29 lines
357 B
CSS

.NoteBox {
position: relative;
float: right;
left: 2em;
height: auto;
clear: right;
width: 13em;
margin: 0em -13em 0em 0em;
}
.NoteContent {
margin: 0 0 0 0;
font-size: 85%;
}
.FootnoteContent {
display: none;
}
.FootnoteBlock {
border-top: 1px solid black;
}
.FootnoteBlockContent {
padding-left: 1em;
text-indent: -0.5em;
}