cutting-room-floor / markers.js

DEPRECATED: USE MAPBOX.JS
http://mapbox.com/mapbox.js
BSD 3-Clause "New" or "Revised" License
18 stars 9 forks source link

New class names #34

Closed tristen closed 11 years ago

tristen commented 11 years ago

like the more generalized class name prefix in wax the same is being applied here. Markup would now look something like this:

<div class="marker-tooltip">
    <div class="marker-popup">
        <div class="marker-title">Title</div>
        <div class="marker-description">Description</div>
    </div>
</div>