Index: theme/default/style.css
===================================================================
--- theme/default/style.css	(revision 7462)
+++ theme/default/style.css	(working copy)
@@ -1,5 +1,6 @@
 div.olLayerDiv {
-   -moz-user-select: none 
+   -moz-user-select: none;
+   text-align: left;
 }
 
 .olLayerGoogleCopyright {
Index: examples/vector-features.html
===================================================================
--- examples/vector-features.html	(revision 7462)
+++ examples/vector-features.html	(working copy)
@@ -107,9 +107,9 @@
 <p id="shortdesc">
     Shows the use of the shows drawing simple vector features, in different styles.
 </p>
-
-<div id="map" class="smallmap"></div>
-
+<div style="text-align: right">
+    <div id="map" class="smallmap"></div>
+</div>
 <div id="docs">
     <p>This example shows drawing simple vector features -- point, line, polygon
        in different styles, created 'manually', by constructing the entire style
