From ecdb462bbfc5393056b66d41b9a502d334bf5415 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 14 Mar 2016 11:11:57 +0100 Subject: move css/js into static subdirectory to allow easy static serving --- public/mobile.css | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 public/mobile.css (limited to 'public/mobile.css') diff --git a/public/mobile.css b/public/mobile.css deleted file mode 100644 index bd03fb4..0000000 --- a/public/mobile.css +++ /dev/null @@ -1,23 +0,0 @@ -body { - margin: 0; -} - -div.displayclean > ul > li { - font-size: 35%; -} - -div.displayclean li .moreinfo { - font-size: 2.6em; -} - -p, -div.input-field, -div.notes { - max-width: 94%; - margin-left: auto; - margin-right: auto; -} - -p { - text-align: justify; -} -- cgit v1.2.3