Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css15
1 files changed, 0 insertions, 15 deletions
diff --git a/css/style.css b/css/style.css
deleted file mode 100644
index 2fe1cef..0000000
--- a/css/style.css
+++ /dev/null
@@ -1,15 +0,0 @@
-/* force full height on public template */
-#body-public .full-height {
- height: 100%;
-}
-
-#body-public footer.hidden {
- display: none;
-}
-
-#pdframe {
- /* The PDF frame uses an absolute position and thus fills the whole padding
- * box of the content, so the top padding is needed here too to not overlap
- * the header. */
- padding-top: inherit;
-}