Remove unnecessary css in examples

This commit is contained in:
Frederic Junod
2019-03-18 16:19:01 +01:00
parent e12a0ea0ff
commit d5f92843a9
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;
}