| Index: samples/o3d-webgl-samples/helloworld.html
|
| ===================================================================
|
| --- samples/o3d-webgl-samples/helloworld.html (revision 45777)
|
| +++ samples/o3d-webgl-samples/helloworld.html (working copy)
|
| @@ -171,7 +171,7 @@
|
| This tutorial shows how we load and display a scene in O3D.
|
| <br/>
|
| <!-- Start of O3D plugin -->
|
| -<div id="o3d" width="600" height="600"></div>
|
| +<div id="o3d" style="width: 600px; height: 600px;"></div>
|
| <!-- End of O3D plugin -->
|
| </body>
|
| </html>
|
|
|