reverting r12185 (closes #3431)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@12230 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2011-08-10 08:29:31 +00:00
parent fecc4d81b0
commit cc5818d4c7
3 changed files with 27 additions and 4 deletions

View File

@@ -14,6 +14,15 @@ div.olLayerDiv {
-khtml-user-select: none;
}
/* TODO remove the two style definitions below when we drop support for IE8 */
div.olLayerDiv.ie8-opacity-hack {
width: 9999px !important;
height: 9999px !important;
}
div.olLayerDiv.ie8-opacity-hack div, .ie8-opacity-hack img.olTileImage {
filter: inherit;
}
.olLayerGoogleCopyright {
left: 2px;
bottom: 2px;