Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-26 11:33:26 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-26 11:33:26 +0300
commit00351adbd9e6cb11ddebdd36045308bfb7178b72 (patch)
treee79ca8e715a5cd7ed9f65139300ba5a86125a1b5 /core
parentd8147cbba72aa76f8e2590cf6e4c16f196e37753 (diff)
Fix public pages conflicting
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r--core/css/guest.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index 512fd6c9d40..5f4eaefe80a 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -77,6 +77,8 @@ body {
min-height: 128px;
max-height: 200px;
margin: 0 auto;
+ position: relative;
+ left: unset;
}
#header .logo img {