summaryrefslogtreecommitdiff
path: root/public/mobile.css
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-03-14 11:11:57 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-03-14 11:11:57 +0100
commitecdb462bbfc5393056b66d41b9a502d334bf5415 (patch)
tree3099604024273eaea796fc4a7c9c5a5b424753ea /public/mobile.css
parentf94b43035028313e57876fb51a59870c1d2548ee (diff)
move css/js into static subdirectory to allow easy static serving
Diffstat (limited to 'public/mobile.css')
-rw-r--r--public/mobile.css23
1 files changed, 0 insertions, 23 deletions
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;
-}