Add popup back to icon example

This commit is contained in:
Éric Lemoine
2013-12-02 13:21:39 +01:00
parent a1e1393f44
commit 53ecc8edb6
2 changed files with 37 additions and 1 deletions

View File

@@ -13,6 +13,9 @@
#map {
position: relative;
}
#popup {
padding-bottom: 24px;
}
</style>
</head>
<body>
@@ -30,6 +33,7 @@
<div class="row-fluid">
<div class="span12">
<div id="map" class="map">
<div id="popup"></div>
</div>
</div>
</div>
@@ -42,7 +46,7 @@
<div id="docs">
<p>See the <a href="icon.js" target="_blank">icon.js source</a> to see how this is done.</p>
</div>
<div id="tags">vector, style, icon, marker</div>
<div id="tags">vector, style, icon, marker, popup</div>
</div>
</div>