aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-12-08 21:12:05 -0500
committerAndrew Manning <tamanning@zoho.com>2016-12-08 21:12:05 -0500
commit2865ad52811f668372c545bcf92c90eac338cdc2 (patch)
treeb88c6d2ce9a4c480fc92b767f5bb67be47568838 /view/theme/redbasic
parent5a17f86f1a3c602fcd7a051c9890e304e27d5c49 (diff)
downloadvolse-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/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css5
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;
}