diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-12-08 21:12:05 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-12-08 21:12:05 -0500 |
commit | 2865ad52811f668372c545bcf92c90eac338cdc2 (patch) | |
tree | b88c6d2ce9a4c480fc92b767f5bb67be47568838 /view | |
parent | 5a17f86f1a3c602fcd7a051c9890e304e27d5c49 (diff) | |
download | volse-hubzilla-2865ad52811f668372c545bcf92c90eac338cdc2.tar.gz volse-hubzilla-2865ad52811f668372c545bcf92c90eac338cdc2.tar.bz2 volse-hubzilla-2865ad52811f668372c545bcf92c90eac338cdc2.zip |
Replace Hubzilla with $Projectname more. Revise code block side-scroll
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 2f3da7542..ae4853ec6 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -109,6 +109,11 @@ input, optgroup, select, textarea { resize: vertical; } +#help-content pre code { + overflow-x: auto; + white-space: pre; +} + pre code { border: none; } |