From b469555a792e18c7d65a122119e350425e683b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 23 Feb 2011 09:14:26 +0000 Subject: [PATCH] better display in our examples when orientation is landscape, and enable text size adjust in webkit; no functional change, p=aabt, r=me (closes #3067) git-svn-id: http://svn.openlayers.org/trunk/openlayers@11275 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/examples/style.css b/examples/style.css index 074f68e242..80bc6883f9 100644 --- a/examples/style.css +++ b/examples/style.css @@ -121,3 +121,19 @@ h6 { display : none; } } +@media only screen and (orientation: landscape) { + #shortdesc { + float: right; + width: 25%; + } + #map { + width: 70%; + } + #docs { + font-size: 12px; + } +} +body { + -webkit-text-size-adjust: none; +} +