Merge pull request #194 from UDST/chore/update-build

Update ViziCities dev build
feature/threejs-update
Robin Hawkes 2016-11-08 22:25:46 -08:00 zatwierdzone przez GitHub
commit 9745876324
7 zmienionych plików z 14982 dodań i 3422 usunięć

9190
dist/vizicities-worker.js vendored 100644

Plik diff jest za duży Load Diff

4
dist/vizicities-worker.min.js vendored 100644

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

27
dist/vizicities.css vendored
Wyświetl plik

@ -1,4 +1,5 @@
.vizicities-attribution {
position: relative;
background: rgba(255, 255, 255, 0.9);
border-radius: 3px 0 0;
bottom: 0;
@ -16,7 +17,25 @@
text-decoration: none;
}
.vizicities-attribution a:hover {
color: #2bb2ed;
text-decoration: underline;
}
.vizicities-attribution a:hover {
color: #2bb2ed;
text-decoration: underline;
}
#attribution-container {
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
width: 250px;
padding: 4px 7px;
padding-right: 120px;
background: #ffffff;
border-radius: 3px 0 0;
opacity: 0;
transition: opacity 100ms linear;
}
.is-visible #attribution-container {
opacity: 1;
}

9165
dist/vizicities.js vendored

Plik diff jest za duży Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long