stop showing map info box on topic view

This commit is contained in:
Devin Howard 2016-10-23 21:10:07 +08:00
parent 497c6ae017
commit 8465686d48

View file

@ -47,11 +47,13 @@
.mapElement {
display: none;
}
.mapPage .mapElement, .topicPage .mapElement {
.mapPage .mapElement,
.topicPage .mapElement {
display: block;
}
.mapPage .mapElementHidden {
display:none;
.mapPage .mapElementHidden,
.topicPage .mapElement.mapInfoBox {
display:none;
}
.topicPage .starMap {
display: none;