Stackedit/public/res/html/buttonToc.html
2014-03-10 23:55:01 +00:00

11 lines
277 B
HTML

<button class="btn btn-info dropdown-toggle" title="Table of contents" data-toggle="dropdown">
<i class="icon-list"></i>
</button>
<div class="dropdown-menu pull-right">
<h3>Table of contents</h3>
<hr>
<div class="table-of-contents">
</div>
<hr>
</div>