add a specific text-align css rule so that we don't have weird behavior of vector features in IE, r=elemoine,pagameba (Closes #1610)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7534 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
pgiraud
2008-07-17 13:21:51 +00:00
parent eb06b8769b
commit bcf870a201
2 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
div.olLayerDiv {
-moz-user-select: none
-moz-user-select: none;
text-align: left;
}
.olLayerGoogleCopyright {