From 10c1fc8d24793cc54026389f264703ad6e3a7ad7 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind@owncloud.com>
Date: Fri, 23 May 2014 13:36:16 +0200
Subject: [PATCH] Show less whitespace above publicly shared images

---
 apps/files_sharing/css/public.css | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index 70897af9eb..1bafb78074 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -44,13 +44,6 @@ p.info a {
 	max-width:100%;
 }
 
-/* some margin for the file type icon */
-#imgframe .publicpreview {
-	margin-top: 10%;
-}
-
-
-
 thead {
 	padding-left: 0 !important; /* fixes multiselect bar offset on shared page */
 }
-- 
GitLab