Skip to content
Snippets Groups Projects
Commit 694afa06 authored by Anika Henke's avatar Anika Henke
Browse files

changed footnote content to div

parent fedeebd7
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
}
// add footnote markup and close this footnote
$this->doc .= '<span class="content">'.$footnote.'</span>';
$this->doc .= '<div class="content">'.$footnote.'</div>';
$this->doc .= '</div>'.DOKU_LF;
}
}
......
......@@ -23,6 +23,9 @@ div.insitu-footnote {
}
.dokuwiki div.footnotes div.fn {
}
.dokuwiki div.footnotes div.fn div.content {
display: inline;
}
.dokuwiki div.footnotes div.fn sup a.fn_bot {
font-weight: bold;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment