gfranko / jquery.tocify.js

A jQuery Table of Contents plugin that can be themed with Twitter Bootstrap or jQueryUI.
http://gregfranko.com/jquery.tocify.js/
MIT License
927 stars 217 forks source link

tocify uses classes from the bootstrap docs.css #30

Closed oleersoy closed 11 years ago

oleersoy commented 11 years ago

Hi,

Thanks you for brilliant piece of work that the tocify plugin is. Also very impressed by the annotated source code.

The generated markup includes classes from the bootstrap docs.css file. Specifically bs-docs-side-bar for the "toc" container and bs-docs-side-nav for each toc item.

When the table of contents is rendered with these classes included, it looks very different from the original demo.

Thanks again,

gfranko commented 11 years ago

These bootstrap doc classes have been removed in the latest release!

oleersoy commented 11 years ago

Just tested. Looks good - Thanks!