git-svn-id: http://svn.openlayers.org/trunk/openlayers@11042 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
18 lines
303 B
CSS
18 lines
303 B
CSS
.olLayerGoogleCopyright {
|
|
right: 3px;
|
|
bottom: 2px;
|
|
left: auto;
|
|
}
|
|
.olLayerGoogleV3.olLayerGoogleCopyright {
|
|
bottom: 0px;
|
|
right: 0px !important;
|
|
}
|
|
.olLayerGooglePoweredBy {
|
|
left: 2px;
|
|
bottom: 2px;
|
|
}
|
|
.olLayerGoogleV3.olLayerGooglePoweredBy {
|
|
bottom: 0px !important;
|
|
}
|
|
|