assorted updates
This commit is contained in:
parent
a6e6669dbe
commit
394e6c3a40
@ -13,12 +13,8 @@ small {padding: 10px 0px; font-size: 10px;}
|
|||||||
p {margin: 0px; padding: 0px; font-size: 12px;}
|
p {margin: 0px; padding: 0px; font-size: 12px;}
|
||||||
li {line-height: 19px; font-size: 12px;}
|
li {line-height: 19px; font-size: 12px;}
|
||||||
ol {line-height: 24px;}
|
ol {line-height: 24px;}
|
||||||
a.button {border: none;}
|
|
||||||
.clearfix {clear: both;}
|
.clearfix {clear: both;}
|
||||||
|
|
||||||
pre {word-wrap: break-word; padding: 14px; background: #F0F0F0; }
|
|
||||||
code {font-family: "Consolas", "Ubuntu Mono", monospace; line-height: 22px; font-size: 13px; color: #636363; font-weight: normal;}
|
|
||||||
|
|
||||||
#map {height: 500px; width: 450px; min-width: 300px; background: #FFFFFF; float: left;}
|
#map {height: 500px; width: 450px; min-width: 300px; background: #FFFFFF; float: left;}
|
||||||
#map a {border: none;}
|
#map a {border: none;}
|
||||||
.mapboxgl-popup-content {font-family: 'Lato', sans-serif; font-size: 14px; padding: 10px;}
|
.mapboxgl-popup-content {font-family: 'Lato', sans-serif; font-size: 14px; padding: 10px;}
|
||||||
@ -33,8 +29,6 @@ ul.nav li a:hover {border-bottom: 1px #FD9393 solid;}
|
|||||||
|
|
||||||
#wrapper {margin: 0px auto; padding: 40px; max-width: 900px}
|
#wrapper {margin: 0px auto; padding: 40px; max-width: 900px}
|
||||||
|
|
||||||
.button {padding: 5px 5px; background-color: #BEBEBE; font-size: 10px; color: #fff;}
|
|
||||||
.button:hover {background: #B9FCFC; color: #47CCFC;}
|
|
||||||
.colorText {color: #FF4646; text-transform: uppercase; font-weight: 700;}
|
.colorText {color: #FF4646; text-transform: uppercase; font-weight: 700;}
|
||||||
|
|
||||||
#selected {max-width: 400px; width: 100%; float: left; padding: 5px 10px;}
|
#selected {max-width: 400px; width: 100%; float: left; padding: 5px 10px;}
|
||||||
|
@ -161,6 +161,7 @@
|
|||||||
"circle-stroke-color": "#000000"
|
"circle-stroke-color": "#000000"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
map.addControl(new mapboxgl.NavigationControl(), 'top-left');
|
||||||
});
|
});
|
||||||
|
|
||||||
map.on('click', function (e) {
|
map.on('click', function (e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user