Skip to content
Snippets Groups Projects
Commit 280e9ce9 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

remove inline

parent f860950c
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<ol> <ol>
{% for footnote in page.footnotes_list %} {% for footnote in page.footnotes_list %}
<li id="footnote-{{ forloop.counter }}"> <li id="footnote-{{ forloop.counter }}">
<div class="[&>p]:inline-block"> <div>
{{ footnote.text|richtext }} {{ footnote.text|richtext }}
&nbsp;<a &nbsp;<a
href="#footnote-source-{{ forloop.counter }}" href="#footnote-source-{{ forloop.counter }}"
......
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