Stackedit/public/res/html/buttonToc.html

11 lines
280 B
HTML
Raw Normal View History

2014-07-13 21:45:55 +00:00
<button class="btn btn-success dropdown-toggle" title="Table of contents" data-toggle="dropdown">
2013-06-27 23:10:04 +00:00
<i class="icon-list"></i>
2013-06-24 19:47:27 +00:00
</button>
<div class="dropdown-menu pull-right">
<h3>Table of contents</h3>
2014-03-10 23:55:01 +00:00
<hr>
2013-06-24 19:47:27 +00:00
<div class="table-of-contents">
</div>
2014-03-10 23:55:01 +00:00
<hr>
2013-06-24 19:47:27 +00:00
</div>