Skip to content
Snippets Groups Projects
Commit 4fd7b0df authored by Emmanuel Godard's avatar Emmanuel Godard
Browse files

finer desc. lists

parent f23a02a8
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ time {
color: #15A9DB;
}
#container header h1 {
font-size: 2.8rem;
margin: 0 -1em 0em -1em;
......@@ -438,8 +439,13 @@ blockquote::before {
}
}
dl dt {
float: left;
clear: left;
font-style: italic;
}
dl dd {
font-style: italic;
margin-left: 100px;
}
ul.pagination {
......
......@@ -71,7 +71,8 @@
{% endblock %}
<footer>
<h6>
Rendered by <a href="http://getpelican.com/">Pelican</a> &nbsp;&bull;&nbsp; Theme by Gabian &nbsp;&bull;&nbsp; Copyright
Rendered by <a href="http://getpelican.com/">Pelican</a> &nbsp;&bull;&nbsp;
Theme by <a href="https://gitlab.lis-lab.fr/pelican/gabian">gabian</a> &nbsp;&bull;&nbsp; Copyright
&copy{% if COPYRIGHT %}{{ COPYRIGHT }} {% endif %}
{% if AUTHOR %} &nbsp;&#8209;&nbsp; {{ AUTHOR }} {% endif %}
</h6>
......
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