Merge pull request #9990 from BerkeleyTrue/fix/map-pointer

Fix(map): (super)block should have a pointer
pull/9995/head
That Guy 2016-07-30 01:05:59 +01:00 committed by GitHub
commit 32f3c886cc
1 changed files with 5 additions and 0 deletions

View File

@ -83,6 +83,10 @@
padding-left: 36px;
}
.map-accordion-panel-nested-title > a {
cursor: pointer;
}
@media (max-width: 400px) {
.map-accordion-panel-nested {
margin: 0;
@ -111,6 +115,7 @@
padding:10px 0;
padding-left:50px;
padding-right:20px;
cursor: pointer;
}
a {