aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-09-15 14:21:21 +0200
committerGitHub <noreply@github.com>2016-09-15 14:21:21 +0200
commitc6b68dc1df955e9172f5ffaa59f6eecd75bfbb91 (patch)
tree3bda34b1a2979fae1708a6da3407c6fdc928b03f /app/Resources/static
parent5b382b9ffbd65b913bfe56a91bc5822f1318ad99 (diff)
parente77cde4531e6fe167c2bc42f18b19c191df2beca (diff)
downloadwallabag-c6b68dc1df955e9172f5ffaa59f6eecd75bfbb91.tar.gz
wallabag-c6b68dc1df955e9172f5ffaa59f6eecd75bfbb91.tar.zst
wallabag-c6b68dc1df955e9172f5ffaa59f6eecd75bfbb91.zip
Merge pull request #2287 from wallabag/remove-footer
Remove footer part
Diffstat (limited to 'app/Resources/static')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css2
1 files changed, 1 insertions, 1 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 {
174 174
175footer.page-footer { 175footer.page-footer {
176 margin-top: 10px; 176 margin-top: 10px;
177 padding-top: 10px; 177 padding-top: 0px;
178} 178}
179 179
180footer .row { 180footer .row {