From d49c88f15adfc97399e12b96283bb412b41a6d62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 13 Sep 2016 20:31:06 +0200 Subject: [PATCH] Remove footer part --- .../static/themes/material/css/main.css | 2 +- .../views/themes/material/footer.html.twig | 33 ------------------- 2 files changed, 1 insertion(+), 34 deletions(-) diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index f4230734..65b708c7 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css @@ -174,7 +174,7 @@ div.pagination ul .next.disabled { footer.page-footer { margin-top: 10px; - padding-top: 10px; + padding-top: 0px; } footer .row { diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/footer.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/footer.html.twig index 7cb19966..977f2e02 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/footer.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/footer.html.twig @@ -1,37 +1,4 @@