Fixed chatballoons for Leaflet.

This commit is contained in:
FrozenCow 2011-07-21 01:23:35 +02:00
parent 8ba8bcfc59
commit fd542d2b33
2 changed files with 51 additions and 32 deletions

View file

@ -703,6 +703,11 @@
top: -3px;
left: 0px;
}
.infowindow {
color:black;
.leaflet-popup {
color: black;
}
.balloonmessage {
word-wrap: break-word;
}