diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-08-26 21:34:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-26 21:34:08 +0200 |
commit | de24be24642956eaa4ed8f48f21f9434cc152147 (patch) | |
tree | c4aa39dd274cc0ab0a5ea483b744d1a9a9f49ff9 | |
parent | 2ea820cd6e3df42bf7edb02a3ad9bc9a3f281122 (diff) | |
parent | 00351adbd9e6cb11ddebdd36045308bfb7178b72 (diff) | |
download | nextcloud-server-de24be24642956eaa4ed8f48f21f9434cc152147.tar.gz nextcloud-server-de24be24642956eaa4ed8f48f21f9434cc152147.zip |
Merge pull request #10858 from nextcloud/public-logo-fixes
Fix public pages conflicting
-rw-r--r-- | core/css/guest.css | 2 |
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 { |