diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-28 17:29:35 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-28 17:29:35 +0200 |
commit | 17a014b267696ff02c80ddd15d8e6105ff9fb8c4 (patch) | |
tree | 2f21a32708b88b916e3de181ebc0a3596b498a86 /web/index.html | |
parent | 5ae48b22d4b32fab96c2661f2b334f6c05ddfbc1 (diff) |
dx: Switch base map and adjust placement
I think we can say this
Fixes #53
and
Fixes #52
still should add support for making it configurable, that that's not a must
for DX16 to take place.
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html index ca97ad0..f79e96b 100644 --- a/web/index.html +++ b/web/index.html @@ -283,7 +283,7 @@ </div> </div> - <div style="display:none;"><img id="source" src="img/dx16-salkart.png" ></div> + <div style="display:none;"><img id="source" src="img/dx16-salkart-clean-big.png" ></div> </div> </div><!--/.fluid-container--> <script src="js/jquery.min.js" type="text/javascript"></script> |