mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 11:32:38 +02:00
parent
a22c935f35
commit
377306c6c5
2 changed files with 11 additions and 0 deletions
|
@ -796,4 +796,14 @@ small {
|
||||||
|
|
||||||
background-color: rgba(233, 161, 28, 0.2);
|
background-color: rgba(233, 161, 28, 0.2);
|
||||||
border: 2px black dashed;
|
border: 2px black dashed;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
width: 100%;
|
||||||
|
font-size: 0.8em;
|
||||||
|
border-top: 1px solid #eee;
|
||||||
|
margin-top: 4em;
|
||||||
|
padding: 1em;
|
||||||
|
background: #fafafa;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
|
@ -66,6 +66,7 @@
|
||||||
{% endblock body %}
|
{% endblock body %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<footer>Copanier est un logiciel libre. <a href="https://github.com/spiral-project/copanier">Vous pouvez y contribuer et l'améliorer ! ❤️</a></footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue