The css-styles for

#main-content .node img

distort the display of maps created with the OpenLayers module. How can I adjust the styles to not affect OpenLayers maps?

CommentFileSizeAuthor
screenshot of distorted openlayers map456.26 KBMetasequoia
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Metasequoia’s picture

I solved it. I added the following to the css:

#main-content .openlayers-container img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: none;
}