Start building a page to select items based on category.

Requires some new CSS for the side nav.
This commit is contained in:
Tom Price
2016-01-05 20:03:16 +00:00
parent d62fcc8483
commit c0c2314fbe
5 changed files with 9283 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -137,3 +137,20 @@ textarea {
};
}
}
.toc-nav {
width: auto;
display: inline-block;
&.affix {
top: $navbar-height;
}
}
.anchor {
display: block;
position: relative;
top: -$navbar-height - 10px;
visibility: hidden;
}