Cleanup SCSS

This commit is contained in:
Michael Rose
2016-03-10 11:13:54 -05:00
parent dd6d29ba76
commit caefcce729
21 changed files with 1114 additions and 1385 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
<section id="table-of-contents" class="toc">
<header><h3><i class="fa fa-{{ include.icon | default: 'book' }}"></i> {{ include.title | default: site.data.ui-text[site.locale].toc_label }}</h3></header>
<div id="drawer" markdown="1">
<section class="toc">
<header><h4 class="toc__title"><i class="fa fa-{{ include.icon | default: 'book' }}"></i> {{ include.title | default: site.data.ui-text[site.locale].toc_label }}</h4></header>
<nav markdown="1">
* Auto generated table of contents
{:toc}
</div>
{:toc .toc__menu}
</nav>
</section>