stop showing map info box on topic view (#815)

This commit is contained in:
Devin Howard 2016-10-23 22:07:38 +08:00 committed by GitHub
parent 154257d062
commit 87dc20fa50

View file

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