scribble-enhanced/collects/scriblib/footnote.css
Matthew Flatt 1abd3aa39e tweak figure and footnote rendering
original commit: f3572160680ffd8525c6836dde1b3e3de0dc8f25
2010-05-24 18:55:14 -06:00

28 lines
340 B
CSS

.NoteBox {
position: relative;
float: right;
left: 2em;
height: 0em;
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;
}