eldarion / synoptico

site for crowdsourced mappings of events with timelines of books and films
MIT License
5 stars 1 forks source link

Style typeahead results #11

Open paltman opened 10 years ago

paltman commented 10 years ago

screen shot 2014-09-22 at 11 59 15 am

The structures is:

<div class="result">
    {{ description }}
    <div class="mappings">
        <div class="mapping">
            <span class="offset">{{ offset }}</span><span class="timeline">{{ timeline_name }}</span>
        </div>
    </div>
</div>