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

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Thu Sep 15 16:18:34 EDT 2011


Author: crschmidt
Date: 2011-09-15 13:18:33 -0700 (Thu, 15 Sep 2011)
New Revision: 12372

Modified:
   trunk/openlayers/examples/multitouch.html
Log:
Making this box have size... which it doesn't for some reason. weird.


Modified: trunk/openlayers/examples/multitouch.html
===================================================================
--- trunk/openlayers/examples/multitouch.html	2011-09-15 15:40:50 UTC (rev 12371)
+++ trunk/openlayers/examples/multitouch.html	2011-09-15 20:18:33 UTC (rev 12372)
@@ -5,7 +5,7 @@
    <title>Multitouch Test</title>
   </head>
   <body>
-   <div style="width:80%; height: 80%; border: 1px solid black; font-size: 5em;" id="box">
+   <div style="width:80%; height: 200px; border: 1px solid black; font-size: 5em;" id="box">
    </div>
    Touch inside the box. On a touch enabled browser, you will get the number
    of detected touch events. If the box is red, your browser does not support



More information about the Commits mailing list