We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef7908 commit a10dfdaCopy full SHA for a10dfda
preview-src/index.adoc
@@ -192,6 +192,7 @@ sed::
192
splendide sed
193
194
mea::
195
+tad::
196
agam graeci
197
198
Let's look at that another way.
src/css/doc.css
@@ -948,11 +948,12 @@
948
}
949
950
.doc .dlist dd {
951
- margin: 0 0 0.25rem 1.5rem;
+ margin: 0 0 0 1.5rem;
952
953
954
-.doc .dlist dd:last-of-type {
955
- margin-bottom: 0;
+.doc .dlist dd + dt,
+.doc .dlist dd > p:first-child {
956
+ margin-top: 0.5rem;
957
958
959
.doc td.hdlist1,
0 commit comments