File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,18 @@ ul ul ul {
176176 border-top-width : 1px ;
177177}
178178
179+ .ulist li .paragraph : first-child ,
180+ .olist li .paragraph : first-child ,
181+ .dlist li .paragraph : first-child {
182+ margin-top : var (--base-extra-small-space );
183+ }
184+
185+ .ulist li .imageblock ,
186+ .olist li .imageblock ,
187+ .dlist li .imageblock {
188+ margin-bottom : var (--base-extra-small-space );
189+ }
190+
179191/* .doc table.tableblock,
180192.doc th.tableblock,
181193.doc td.tableblock {
@@ -517,6 +529,10 @@ ul ul ul {
517529 margin : 0 ;
518530}
519531
532+ .hdlist table .hdlist1 + .hdlist2 p {
533+ margin-left : var (--base-space );
534+ }
535+
520536.doc pre : not (.highlight ),
521537.doc pre .highlight code {
522538 /* background-color: #151514; */
You can’t perform that action at this time.
0 commit comments