Inital stab at mu counts for fields

Still needs work on when not to display, maybe based on field area and
zoom level?
This commit is contained in:
Kevin
2013-03-02 05:56:29 -08:00
parent 2f5339114b
commit 75dea672f3
2 changed files with 41 additions and 8 deletions

View File

@ -93,6 +93,15 @@ a:hover {
width: 0;
}
/* field mu count */
.fieldmu {
color: #FFCE00;
font-size:13px;
font-family: "coda",arial,helvetica,sans-serif; /*override leaflet-container */
text-align: center;
}
/* chat ***************************************************************/