Add further indentation to variable lists to distinguish groups.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 9 Jan 2019 15:31:46 +0000 (10:31 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 9 Jan 2019 15:31:46 +0000 (10:31 -0500)
This was an regression introduced by the new styles that affects
readability of nested variables lists (e.g. on the message protocol
page). This brings the look more in line with the previous documentation
styles and should help with readability.

media/css/main.css

index 7b11456a53ab0b89060de8ea10bb6b7b41301ff5..c0cf16d38956cc488462e3a579ea9e52f4a8001a 100644 (file)
@@ -941,6 +941,21 @@ code,
     font-weight: 300;
 }
 
+#docContent .VARIABLELIST dt,
+#docContent .variablelist dt {
+    font-family: monospace;
+    font-weight: 300;
+}
+
+#docContent .variablelist dd {
+    margin-top: 1rem;
+}
+
+#docContent .VARIABLELIST dd,
+#docContent .variablelist dd {
+    margin-inline-start: 2rem;
+}
+
 #docContent ul.itemizedlist {
     margin-left: 2.5rem;
 }