summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/guest.css3
-rw-r--r--core/templates/layout.guest.php1
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">