summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorringmaster <epithet@gmail.com>2013-12-12 13:06:57 -0500
committerringmaster <epithet@gmail.com>2013-12-12 13:06:57 -0500
commite2197c7108346d7dda1aa2f2713c3ee3f681e81b (patch)
tree027cb6ee4171c030b79a24769de5da364f7922ca
parent5ba9344b0ef50f1e312454067486eeceeead565c (diff)
downloadnextcloud-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.css2
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 {