Add webpage doco to Member guide. Add nav menu highlighting when scrolling past content

This commit is contained in:
Andrew Manning
2016-12-27 19:57:53 -05:00
parent d29bd4b054
commit 95683c6239
3 changed files with 204 additions and 3 deletions

View File

@@ -142,6 +142,11 @@ input, optgroup, select, textarea {
resize: vertical;
}
.selected-doco-nav {
font-weight: bold;
text-shadow: 2px 2px 3px lightgray;
}
#help-content pre code {
overflow-x: auto;
white-space: pre;