changeset 125:8c2bb85d8eeb

no hacky header; better support for smaller displays
author Markus Kaiser <markus.kaiser@in.tum.de>
date Fri, 20 Sep 2013 16:52:55 +0200
parents fa0c6b7bd638
children 996a1e6e22ef
files zfix/index.php
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/zfix/index.php	Thu Sep 19 00:38:40 2013 +0200
+++ b/zfix/index.php	Fri Sep 20 16:52:55 2013 +0200
@@ -1,5 +1,4 @@
 <?php
-header("Content-Type: text/html; charset=utf-8");
 // This gets nicer and nicer!
 $zfix = isset($_REQUEST['z']) || isset($_REQUEST['zfix']);
 $black = isset($_REQUEST['b']);
@@ -42,7 +41,7 @@
                 background-color: black;
 
                 font-family: Serif;
-                font-size: 3em;
+                font-size: 2.5em;
                 color: #AAA;
             }
 
@@ -50,6 +49,8 @@
                 width: 100%;
                 height: 100%;
 
+                text-align: center;
+
                 display: -webkit-box;
                 display: -moz-box;
                 display: -ms-flexbox;