Skip to content
gmap.css 387 B
Newer Older
/* IE VML Security issue fix.
 * For more details, see:
 * http://googlemapsapi.blogspot.com/2006/09/vml-security-issue.html
 */
webgeer's avatar
webgeer committed
v\:* {
  behavior:url(#default#VML);
}

.gmap-popup{

}

.gmap-tooltip{
   padding: 2px;
   margin: 0;
   border: solid black 1px;
}
Brandon Bergren's avatar
Brandon Bergren committed

.gmap-left {
  float: left;
}

.gmap-center {
  margin-left: auto;
  margin-right: auto;
}

.gmap-right {
  float: right;
}