CartoDB / odyssey.js

Making it easy to merge map and narrative
BSD 3-Clause "New" or "Revised" License
1.62k stars 187 forks source link

support lists #155

Open matallo opened 10 years ago

pyrog commented 9 years ago

In fact ordered or unordered list are supported.

The following rule in slides.css hide the bullets :wink:

ol, ul {
    list-style: none
}