Commit Graph

5 Commits

Author SHA1 Message Date
hallgren
0dbe9a6d50 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

  <meta name = "viewport" content = "width = device-width">

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.
2012-09-28 20:26:13 +00:00
john.j.camilleri
2fd04e0797 Updated instructions for gedit editor mode 2012-01-23 12:57:08 +00:00
john.j.camilleri
ab8240e7c3 Removed GFEP section from GF Editor Modes page 2011-12-28 14:01:24 +00:00
john.j.camilleri
9790483513 Added link for GFEP 2011-10-17 15:40:18 +00:00
hallgren
02bda3ab38 Created a new page documenting available editor modes for GF
Also adding editing modes for Gedit and Geany contributed by John J. Camilleri.
2011-09-20 12:41:32 +00:00