projects
/
WP-Plugins
/
glm-leaflet-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ec807f
)
changing font weight on the map labels to normal
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 22 Oct 2019 18:42:44 +0000
(14:42 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 22 Oct 2019 18:42:44 +0000
(14:42 -0400)
glm-map.js
patch
|
blob
|
history
diff --git
a/glm-map.js
b/glm-map.js
index
4af04a7
..
7504723
100644
(file)
--- a/
glm-map.js
+++ b/
glm-map.js
@@
-33,7
+33,7
@@
jQuery(function($){
id: 'nothot'
}).addTo(leafletMap);
- var style = "color: #525252;line-height: 1;display: block; width: 130px; font-weight:
bold
; font-family: 'Montserrat';font-size: 15px;";
+ var style = "color: #525252;line-height: 1;display: block; width: 130px; font-weight:
normal
; font-family: 'Montserrat';font-size: 15px;";
//////////////////////
var boyne = new L.marker([45.2125, -85.0173], {url: window.glm_memberdb_url});