aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-01-03 16:08:38 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-01-03 16:08:38 -0500
commit823955994efeb1ee65e32003a990990e304f353e (patch)
tree84365d2d00c324e92a48afcfef198eda692bbe61 /docs
parentab9aa356a824b6bc8b8551ca57d74871c4b84894 (diff)
Combine white-space:pre lines
Diffstat (limited to 'docs')
-rw-r--r--docs/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/style.css b/docs/style.css
index d589adc9..76a1a3f9 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -58,6 +58,9 @@ pre.Julia , .Julia .kb span, .Julia .code, .Julia .rslt { font-family:Jul
pre.Fairfax, .Fairfax .kb span, .Fairfax .code, .Fairfax .rslt { font-family:FFHD,monospace; font-size:1.1rem; line-height:1.01; }
.Fairfax .kb span { line-height:1.25; }
+code, kbd, svg text {
+ white-space: pre;
+}
pre, code, textarea, .primitives tr td:first-child {
background-color: #e3e7e7;
color: #292929;
@@ -77,7 +80,6 @@ pre, code, textarea, .kb {
}
code {
padding: 0.15em 0.1em 0.05em;
- white-space: pre;
border-width: 0.3px;
}
pre, textarea, .kb {
@@ -142,7 +144,6 @@ kbd {
padding: 0.04em 0.3em;
border-radius: 0.4em;
box-shadow: -0.02em 0.05em 0 0 currentColor;
- white-space: pre;
}
.Value { color: #1f2020; }
@@ -198,7 +199,6 @@ a:visited { color: #3d155f; }
a:visited { color: #8781c1; }
}
-svg text { white-space: pre; }
svg tspan {
fill: currentColor;
}