This commit is contained in:
Nicolas Lœuillet 2015-10-05 22:49:46 +02:00
parent d30262154a
commit e0d188809c
2 changed files with 6 additions and 5 deletions

View File

@ -24,6 +24,10 @@ body {
background: #f0f0f0;
}
body.login main {
padding: 0;
}
#warning_message {
position: fixed;
background-color: #ff6347;

View File

@ -2,6 +2,8 @@
{% block title %}Welcome on wallabag!{% endblock %}
{% block body_class %}login{% endblock %}
{% block menu %}{% endblock %}
{% block messages %}{% endblock %}
@ -15,11 +17,6 @@
</div>
</div>
</main>
<style>
main {
padding: 0;
}
</style>
{% endblock %}
{% block footer %}