diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-10-05 22:49:46 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-10-05 22:49:46 +0200 |
commit | e0d188809c6674f2fbe550b98d232b98913b2308 (patch) | |
tree | 6f9f4c633e38c450eb05483c63ee682fdd4c6de7 /src/Wallabag/UserBundle | |
parent | d30262154a9f335d1ef9260dfae55bfa007a6e8f (diff) | |
download | wallabag-e0d188809c6674f2fbe550b98d232b98913b2308.tar.gz wallabag-e0d188809c6674f2fbe550b98d232b98913b2308.tar.zst wallabag-e0d188809c6674f2fbe550b98d232b98913b2308.zip |
move css
Diffstat (limited to 'src/Wallabag/UserBundle')
-rw-r--r-- | src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig index 0305ea45..a69e68c2 100644 --- a/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig +++ b/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig | |||
@@ -2,6 +2,8 @@ | |||
2 | 2 | ||
3 | {% block title %}Welcome on wallabag!{% endblock %} | 3 | {% block title %}Welcome on wallabag!{% endblock %} |
4 | 4 | ||
5 | {% block body_class %}login{% endblock %} | ||
6 | |||
5 | {% block menu %}{% endblock %} | 7 | {% block menu %}{% endblock %} |
6 | {% block messages %}{% endblock %} | 8 | {% block messages %}{% endblock %} |
7 | 9 | ||
@@ -15,11 +17,6 @@ | |||
15 | </div> | 17 | </div> |
16 | </div> | 18 | </div> |
17 | </main> | 19 | </main> |
18 | <style> | ||
19 | main { | ||
20 | padding: 0; | ||
21 | } | ||
22 | </style> | ||
23 | {% endblock %} | 20 | {% endblock %} |
24 | 21 | ||
25 | {% block footer %} | 22 | {% block footer %} |