From ac6c8971fcfe9046da1c99b875252af5592adffb Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 28 Sep 2012 20:26:13 +0000 Subject: Make the GF web site more mobile friendly Most of the pages on the GF web site have an exemplary simple design, with just one column of text. This make them adapt exceptionally well to screens of different sizes. In particular, they should be easy to read even on smartphones. However, smartphone browsers like Mobile Safari and the default Android Browser assume that pages do *not* adapt well to small screens, so by default they emulate a big screen, forcing the user to zoom in to a part of the page to be able to read it. By adding the meta tag the big screen emulation can be turned off, allowing pages to be formatted to fit the actual screen size and text to be displayed at a readable size. --- eclipse/Makefile | 1 + eclipse/index.html | 1 + 2 files changed, 2 insertions(+) (limited to 'eclipse') diff --git a/eclipse/Makefile b/eclipse/Makefile index 2d8bf2318..878a488c6 100644 --- a/eclipse/Makefile +++ b/eclipse/Makefile @@ -5,6 +5,7 @@ local: echo "\n\n" > index.html echo "GF Eclipse Plugin\n" >> index.html echo "\n" >> index.html + echo '' >>index.html echo "\n\n" >> index.html php ~/markdown-convert.php ~/repositories/gf-eclipse-plugin/README.md index.html --append echo "\n" >> index.html diff --git a/eclipse/index.html b/eclipse/index.html index fb37736f2..f7f685d95 100644 --- a/eclipse/index.html +++ b/eclipse/index.html @@ -5,6 +5,7 @@ + -- cgit v1.2.3