diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-11-27 21:21:29 +0100 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-12-03 10:54:18 +0100 |
commit | a6f10a59fc43cec8085f63325cf73684fe355f8f (patch) | |
tree | 0eab6db59eda4d196be2c4cdbd87b7ae358d8a32 | |
parent | 5e9ac2f20f8cf6d0f6834612711422799ef702f9 (diff) | |
download | nextcloud-server-a6f10a59fc43cec8085f63325cf73684fe355f8f.tar.gz nextcloud-server-a6f10a59fc43cec8085f63325cf73684fe355f8f.zip |
fix and cleanup CSS for public page
-rw-r--r-- | apps/files_sharing/css/public.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 1ae2228cc82..50f4ac7fee8 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -1,5 +1,5 @@ body { - background: #fff; + height: auto; } #header { @@ -51,7 +51,6 @@ body { #preview { background: #fff; - min-height: 30em; text-align: center; margin: 45px auto 0; } @@ -62,7 +61,7 @@ body { } footer { - background: #fff; + margin-top: 45px; } p.info { |