From 257b96b309a19a5513acfba073f4eaef0f423b07 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 23 Feb 2011 10:04:55 +0000 Subject: [PATCH] Only invoke the landscape rules if the max width is fewer than 600 px (thanks aabt). git-svn-id: http://svn.openlayers.org/trunk/openlayers@11287 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/style.css b/examples/style.css index 80bc6883f9..d2a9ce1891 100644 --- a/examples/style.css +++ b/examples/style.css @@ -121,7 +121,7 @@ h6 { display : none; } } -@media only screen and (orientation: landscape) { +@media only screen and (orientation: landscape) and (max-width: 600px) { #shortdesc { float: right; width: 25%;