dont show import on topic page

This commit is contained in:
Connor Turland 2016-10-23 11:21:38 -04:00
parent 4f9b9460ad
commit aa96d074af

View file

@ -52,7 +52,8 @@
display: block; display: block;
} }
.mapPage .mapElementHidden, .mapPage .mapElementHidden,
.topicPage .mapElement.mapInfoBox { .topicPage .mapElement.mapInfoBox,
.topicPage .mapElement.importDialog {
display:none; display:none;
} }
.topicPage .starMap { .topicPage .starMap {