From 406bca8d702c2f257159586d1485d02ac5a3db8c Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 22 Feb 2011 20:56:27 +0000 Subject: [PATCH] Adding title and description to mobile examples. git-svn-id: http://svn.openlayers.org/trunk/openlayers@11260 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/mobile-jq.html | 6 +++++- examples/mobile-sencha.html | 8 ++++++-- examples/mobile.html | 6 +++++- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/examples/mobile-jq.html b/examples/mobile-jq.html index 08b35b1563..03f7b32a10 100644 --- a/examples/mobile-jq.html +++ b/examples/mobile-jq.html @@ -37,7 +37,7 @@ bottom: 5px; right: 5px; } - #tags { + #title, #tags, #shortdesc { display: none; } @@ -104,9 +104,13 @@ +

Basic Mobile Example

mobile, jquery
+

+ Using jQuery Mobile to display an OpenLayers map. +

diff --git a/examples/mobile-sencha.html b/examples/mobile-sencha.html index 8343feb775..37a5b37692 100644 --- a/examples/mobile-sencha.html +++ b/examples/mobile-sencha.html @@ -20,7 +20,7 @@ bottom: 5px; right: 5px; } - #tags { + #title, #tags, #shortdesc { display: none; } @@ -125,8 +125,12 @@ +

Basic Mobile Example

- mobile, sencha + mobile, sencha touch
+

+ Using Sencha Touch to display an OpenLayers map. +

diff --git a/examples/mobile.html b/examples/mobile.html index 96ba8dc8e8..83ac52df0d 100644 --- a/examples/mobile.html +++ b/examples/mobile.html @@ -23,15 +23,19 @@ bottom: 5px; right: 5px; } - #tags { + #title, #tags, #shortdesc { display: none; } +

Basic Mobile Example

mobile
+

+ A basic full-screen map for mobile devices. +