diff options
author | ringmaster <epithet@gmail.com> | 2013-12-12 13:06:57 -0500 |
---|---|---|
committer | ringmaster <epithet@gmail.com> | 2013-12-12 13:06:57 -0500 |
commit | e2197c7108346d7dda1aa2f2713c3ee3f681e81b (patch) | |
tree | 027cb6ee4171c030b79a24769de5da364f7922ca | |
parent | 5ba9344b0ef50f1e312454067486eeceeead565c (diff) | |
download | nextcloud-server-e2197c7108346d7dda1aa2f2713c3ee3f681e81b.tar.gz nextcloud-server-e2197c7108346d7dda1aa2f2713c3ee3f681e81b.zip |
Bump the footer down 20px to avoid overlap.
Fixes #6335.
-rw-r--r-- | apps/files_sharing/css/public.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 3ccb35e327a..060d4dfedc7 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -65,7 +65,7 @@ body { } footer { - margin-top: 45px; + margin-top: 65px; } p.info { |