diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-12-12 16:45:56 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-12-12 16:45:56 +0100 |
commit | 21fbcba68d3ce49bf31960276c0cbfe0f158dda4 (patch) | |
tree | 7f358df91cc35ea92b187f9b74747c37ffd87a92 | |
parent | 133cbd16e4d29aa3076831c33b0742ead6d8fab5 (diff) | |
download | nextcloud-server-21fbcba68d3ce49bf31960276c0cbfe0f158dda4.tar.gz nextcloud-server-21fbcba68d3ce49bf31960276c0cbfe0f158dda4.zip |
Removed unwanted and unused spacer
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r-- | core/css/guest.css | 3 | ||||
-rw-r--r-- | core/templates/layout.guest.php | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index 9a507876ad4..4256c66302f 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -721,8 +721,7 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading- } /* FOOTER */ -footer, -.push { +footer { height: 70px; margin-top: auto; } diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index ce0eccb971d..4d06fc294d5 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -38,7 +38,6 @@ </header> <?php endif; ?> <?php print_unescaped($_['content']); ?> - <div class="push"></div><!-- for sticky footer --> </div> </div> <footer role="contentinfo"> |