diff options
author | Andrew Manning <tamanning@zoho.com> | 2017-01-01 14:28:13 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2017-01-01 14:28:13 -0500 |
commit | dce5c7e249139ca7376e662869d9bee478dd4e09 (patch) | |
tree | 6a7da66a0810f32e81112a3accab1fbe155c4f2f /view/theme/redbasic/css | |
parent | d1d3dcf1a0238ffb85f458956366c4964d1da89a (diff) | |
download | volse-hubzilla-dce5c7e249139ca7376e662869d9bee478dd4e09.tar.gz volse-hubzilla-dce5c7e249139ca7376e662869d9bee478dd4e09.tar.bz2 volse-hubzilla-dce5c7e249139ca7376e662869d9bee478dd4e09.zip |
Add guest access token section to member guide with screenshot of settings
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 091ad292e..e3ff6146b 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -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; |