]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
modules/tinyweb: border thickness
authorMarek Vavruša <marek.vavrusa@nic.cz>
Mon, 26 Oct 2015 15:18:08 +0000 (16:18 +0100)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Mon, 26 Oct 2015 15:18:08 +0000 (16:18 +0100)
modules/tinyweb/tinyweb/tinyweb.js

index cd1e54f5eb71541b684583c0fdc113d14baab21a..5c65dd6a8e959c96e345f35dc4c4884ef3da6705 100644 (file)
@@ -52,6 +52,7 @@ window.onload = function() {
                geographyConfig: {
                        highlightOnHover: false,
                        borderColor: '#ccc',
+                       borderWidth: 0.5,
                        popupTemplate: function(geo, data) {
                                return ['<div class="hoverinfo">',
                                        '<strong>', geo.properties.name, '</strong>',