[OpenLayers-Commits] r11287 - trunk/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Wed Feb 23 05:04:55 EST 2011


Author: tschaub
Date: 2011-02-23 02:04:55 -0800 (Wed, 23 Feb 2011)
New Revision: 11287

Modified:
   trunk/openlayers/examples/style.css
Log:
Only invoke the landscape rules if the max width is fewer than 600 px (thanks aabt).

Modified: trunk/openlayers/examples/style.css
===================================================================
--- trunk/openlayers/examples/style.css	2011-02-23 09:59:55 UTC (rev 11286)
+++ trunk/openlayers/examples/style.css	2011-02-23 10:04:55 UTC (rev 11287)
@@ -121,7 +121,7 @@
         display : none;
     }
 }
- at media only screen and (orientation: landscape) {
+ at media only screen and (orientation: landscape) and (max-width: 600px) {
     #shortdesc {
        float: right;
        width: 25%;



More information about the Commits mailing list