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. +