Stackedit/public/res/html/buttonToc.html

9 lines
262 B
HTML
Raw Normal View History

2013-08-04 23:49:07 +00:00
<button class="btn btn-default 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>
<div class="table-of-contents">
</div>
</div>