diff options
author | git-marijus <mario@mariovavti.com> | 2017-01-02 20:08:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-02 20:08:51 +0100 |
commit | fa611b3616ad2c94ea1cc06a89af3d641b714edc (patch) | |
tree | 9d8f0ab7b9af8f680547af6a997a9a71ab8ce3a3 /view | |
parent | 369a29ac909a67813390b4ebbcda78d1a7033505 (diff) | |
parent | bc0d4f28efe12601fde58d2f01f2d4834c1b7dc1 (diff) | |
download | volse-hubzilla-fa611b3616ad2c94ea1cc06a89af3d641b714edc.tar.gz volse-hubzilla-fa611b3616ad2c94ea1cc06a89af3d641b714edc.tar.bz2 volse-hubzilla-fa611b3616ad2c94ea1cc06a89af3d641b714edc.zip |
Merge pull request #637 from anaqreon/dev
Guest access tokens
Diffstat (limited to 'view')
-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; |