summaryrefslogtreecommitdiff
path: root/public/mobile.css
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-03-14 11:17:46 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-03-14 11:17:46 +0100
commit8695b61e3787009df59d7fc9a013bb4a1522d630 (patch)
tree883e260a2fdad1b6f39eefbb9bcd815ac7eb8715 /public/mobile.css
parent5fab5f4516b7c01c7e6b920f9d9f6280275e929d (diff)
move static files into separate subdirectory for easy static serving
Diffstat (limited to 'public/mobile.css')
-rw-r--r--public/mobile.css24
1 files changed, 0 insertions, 24 deletions
diff --git a/public/mobile.css b/public/mobile.css
deleted file mode 100644
index efa6023..0000000
--- a/public/mobile.css
+++ /dev/null
@@ -1,24 +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;
-}
-