artifact display: initial checkin

display artifacts (jarvis shards, jarvis targets) on the map
TODO: add details to the portal info display
This commit is contained in:
Jon Atkins
2013-11-07 03:51:20 +00:00
parent c602e42b2a
commit 6b5571b18a
3 changed files with 193 additions and 0 deletions

View File

@ -1015,3 +1015,10 @@ td + td {
transform: none;
}
/* misc */
.no-pointer-events {
pointer-events: none;
}