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 {
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;