1/**
2 * This file provides styles for footnotes.
3 */
4
5/*____________ footnotes inside the text ____________*/
6
7/* link to footnote inside the text */
8
9/* JSpopup */
10div.insitu-footnote {
11  min-width: 5em;
12  max-width: 40%;
13}
14
15/*____________ footnotes at the bottom of the page ____________*/
16
17.dokuwiki div.footnotes {
18  padding: .5em 0 0 0;
19  margin: 1em 0 0 0;
20  clear: both;
21  border-top: 1px solid __border__;
22}
23
24.dokuwiki div.footnotes div.fn sup a.fn_bot {
25  font-weight: bold;
26}
27