Skip to content

Commit

Permalink
Fixed background colors on small maps.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrynearson committed Aug 16, 2010
1 parent aa1e4a3 commit bb81959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions css/openlayers.css
Expand Up @@ -49,8 +49,6 @@ body.views-mode-map div.openlayers-views-map div.openlayers-map {
right:0px;
left:0px;
bottom:0px;

background:#ccc;

width:auto !important;
height:auto !important;
Expand Down
4 changes: 2 additions & 2 deletions templates/designkit.tpl.php
Expand Up @@ -97,8 +97,8 @@
/**
* Map color ==========================================================
*/
body.views-mode-map div.openlayers-views-map,
body.views-mode-map div.openlayers-views-map div.openlayers-map {
div.openlayers-views-map,
div.openlayers-views-map div.openlayers-map {
background-color:<?php print $map_color ?>;
}

Expand Down

0 comments on commit bb81959

Please sign in to comment.