Merge pull request #9350 from fredj/cleanup_examples

Remove unnecessary css in examples
This commit is contained in:
Frédéric Junod
2019-03-19 16:21:51 +01:00
committed by GitHub
3 changed files with 0 additions and 24 deletions

View File

@@ -1,18 +0,0 @@
#map {
position: relative;
}
#info {
position: absolute;
height: 1px;
width: 1px;
z-index: 100;
}
.tooltip.in {
opacity: 1;
}
.tooltip.top .tooltip-arrow {
border-top-color: white;
}
.tooltip-inner {
border: 2px solid white;
}

View File

@@ -1,3 +0,0 @@
#map {
position: relative;
}

View File

@@ -1,3 +0,0 @@
#map {
position: relative;
}