aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-07-16 22:14:42 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-07-16 22:14:42 -0400
commite8b8e378d3fb3da0c492759ac74803b2fa417651 (patch)
treee6c17c78a6640b3ec30858e4244bc3dcf0c7e4c4
parent29e2d1656b4e91ad58344e283906b55e5496b3c6 (diff)
Consistent spacing
-rw-r--r--docs/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/style.css b/docs/style.css
index 87566276..19a3b2f8 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -6,7 +6,7 @@ body{
line-height: 1.6;
}
h1,h2,h3 {
- line-height:1.2;
+ line-height: 1.2;
}
table {
@@ -37,7 +37,7 @@ pre {
font-family: monospace;
margin: 1.6em 0;
padding: 0.8em;
- font-size:1.16em;
+ font-size: 1.16em;
line-height: 1.4;
}
.Value { color: #1f2020; }