[Pkg-owncloud-commits] [owncloud] 21/49: fix and cleanup CSS for public page

David Prévot taffit at moszumanska.debian.org
Thu Dec 5 16:02:54 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 66df8c3bb3c317746d2b8d9b50d9e01eef2f2feb
Author: Morris Jobke <morris.jobke at gmail.com>
Date:   Wed Nov 27 21:21:29 2013 +0100

    fix and cleanup CSS for public page
---
 apps/files_sharing/css/public.css | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index 1ae2228..50f4ac7 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 {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list