diff --git a/css/vizicities.css b/css/vizicities.css new file mode 100644 index 0000000..e40a76a --- /dev/null +++ b/css/vizicities.css @@ -0,0 +1,15 @@ +/* Extending defaults from Attribution.js */ +.ui-attribution { + background: rgba(255, 255, 255, 0.6); + border-radius: 3px 0 0; + padding: 3px 5px; +} + +.ui-attribution a { + color: #222; + text-decoration: none; +} + + .ui-attribution a:hover { + text-decoration: underline; + } \ No newline at end of file diff --git a/examples/index.html b/examples/index.html index 3ea590e..a193369 100644 --- a/examples/index.html +++ b/examples/index.html @@ -7,6 +7,7 @@ +