Move inline CSS to layout.css

This commit is contained in:
Alexandre Iooss 2022-03-11 18:22:29 +01:00
parent 5973612776
commit 3a0e08f3f5
6 changed files with 58 additions and 50 deletions

View file

@ -6,10 +6,3 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% block title %}{% block head_title %}{% endblock %}{% endblock title %}
{% block extracss %}
<style>
.asteriskField { display: none; }
.form-group { margin-top: 0.5em;}
</style>
{% endblock %}