Dactyl - fix key inheritence from target, pre-gen sidebar; fee voting - fix header hierarchy

This commit is contained in:
mDuo13
2016-05-10 17:39:01 -07:00
parent 46a5b02a36
commit e5f7a60b17
27 changed files with 741 additions and 85 deletions

View File

@@ -127,6 +127,7 @@
<aside class="sidebar" role="complementary">
<div class="dev_nav_wrapper">
<div id="cont">
<h5>In this category:</h5>
<ul class="dev_nav_sidebar">
<li class="level-1"><a href="index.html">Category: Concepts</a></li>
<li class="level-2"><a href="concept-paths.html">Paths</a></li>
@@ -142,8 +143,15 @@
</ul>
<hr />
<h5>In this page:</h5>
<ul class="dev_nav_sidebar" id="dactyl_toc_sidebar">
<li class="level-1"><a href="#fees-disambiguation">Fees (Disambiguation)</a></li>
<li class="level-2"><a href="#in-the-ledger">In the Ledger</a></li>
<li class="level-3"><a href="#neutral-fees">Neutral Fees</a></li>
<li class="level-3"><a href="#optional-fees">Optional Fees</a></li>
<li class="level-2"><a href="#outside-the-ledger">Outside the Ledger</a></li>
</ul>
</div>
<script type="text/javascript" src="assets/js/jquery.gensidebar.js"></script>
</div>
</aside>
<main class="main" role="main">