From ea28bc1b37582c939db96e9a014b2851cedd055d Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Tue, 22 Nov 2011 18:19:37 +0100 Subject: [PATCH] Overides for mobile --- www/iphone/mobile.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 www/iphone/mobile.css diff --git a/www/iphone/mobile.css b/www/iphone/mobile.css new file mode 100644 index 0000000..122079b --- /dev/null +++ b/www/iphone/mobile.css @@ -0,0 +1,10 @@ +div.pager { + text-align: center; + font-size: 18px; + } + +div.status { + text-align: center; + font-size: 12px; + } + -- 1.7.10.4