From e1286a4151c1ad2c2cbdbd16255a4eaa16254776 Mon Sep 17 00:00:00 2001 From: Hendrik Leppelsack Date: Wed, 7 Oct 2015 00:22:02 +0200 Subject: [PATCH] fix footer in public gallery --- core/css/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/css/styles.css b/core/css/styles.css index ee61fc86e31..3d68a591522 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -404,8 +404,7 @@ input[type="submit"].enabled { width: 100%; } #content .hascontrols { - position: relative; - top: 45px; + margin-top: 45px; } #content-wrapper { position: absolute;