From 1edfdf5f3a316a36108a0a853b0a2553d116d6fc Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 9 Jul 2020 22:33:43 +0200 Subject: Rewriiiiiiiiiite! Okay, okay. I know, rewriting projects all the time is dumb. Buuut, we really don't want to work with our old and ugly code anymore. Furthermore we'll be using Deno now! --- src/main/resources/css/fileview.css | 39 ------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 src/main/resources/css/fileview.css (limited to 'src/main/resources/css/fileview.css') diff --git a/src/main/resources/css/fileview.css b/src/main/resources/css/fileview.css deleted file mode 100644 index 06b5778..0000000 --- a/src/main/resources/css/fileview.css +++ /dev/null @@ -1,39 +0,0 @@ -html, body { - overflow: visible; -} - -.navigation { - position: relative; -} - -.modify, .switch, .settings, .preview { - display: none; -} - -.prettyprint, .preview { - position: absolute; - border: none !important; - overflow: visible; -} - -iframe.preview { - background: #fff; - width: 100%; - height: 100%; -} - -.icon, .italic, .bold, .header { - font-size: 20px; -} - -.italic:after { - content: "I" -} - -.bold:after { - content: "B" -} - -.header:after { - content: "H" -} -- cgit v1.2.3