mgwidmann / scrivener_html

HTML view helpers for Scrivener
MIT License
125 stars 206 forks source link

Style not applied #85

Closed popo63301 closed 5 years ago

popo63301 commented 5 years ago

Hi people !

I'm using version "1.8" of the library and after following the installation process, I got the "pagination_links" without being styled like below:

screenshot 2019-02-22 at 21 57 00

Any idea how to solve this issue?

mgwidmann commented 5 years ago

The default is to use bootstrap. If you are not using the bootstrap library, then it will look like a list (since bootstrap uses <li> elements for each page). The list of all css libraries supported are here: https://github.com/mgwidmann/scrivener_html#view-styles

If yours is not in the list, feel free to submit a PR to add it, but each CSS library tends to have its own customized way of displaying pagination links and thats what this library is for.