Add guest access token section to member guide with screenshot of settings

This commit is contained in:
Andrew Manning
2017-01-01 14:28:13 -05:00
parent d1d3dcf1a0
commit dce5c7e249
3 changed files with 17 additions and 4 deletions

View File

@@ -146,6 +146,10 @@ input, optgroup, select, textarea {
text-shadow: 2px 2px 3px lightgray;
}
#doco-content img {
width: 100%;
}
#help-content pre code {
overflow-x: auto;
white-space: pre;