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

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Wed Feb 23 04:14:26 EST 2011


Author: erilem
Date: 2011-02-23 01:14:26 -0800 (Wed, 23 Feb 2011)
New Revision: 11275

Modified:
   trunk/openlayers/examples/style.css
Log:
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)

Modified: trunk/openlayers/examples/style.css
===================================================================
--- trunk/openlayers/examples/style.css	2011-02-23 09:09:15 UTC (rev 11274)
+++ trunk/openlayers/examples/style.css	2011-02-23 09:14:26 UTC (rev 11275)
@@ -121,3 +121,19 @@
         display : none;
     }
 }
+ at media only screen and (orientation: landscape) {
+    #shortdesc {
+       float: right;
+       width: 25%;
+    }
+    #map {
+        width: 70%;
+    }
+    #docs {
+        font-size: 12px;
+    }
+}
+body {
+    -webkit-text-size-adjust: none;
+}
+



More information about the Commits mailing list