aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-01-02 20:08:51 +0100
committerGitHub <noreply@github.com>2017-01-02 20:08:51 +0100
commitfa611b3616ad2c94ea1cc06a89af3d641b714edc (patch)
tree9d8f0ab7b9af8f680547af6a997a9a71ab8ce3a3 /view/theme/redbasic
parent369a29ac909a67813390b4ebbcda78d1a7033505 (diff)
parentbc0d4f28efe12601fde58d2f01f2d4834c1b7dc1 (diff)
downloadvolse-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/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css4
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;