Skip to content

Commit 74dab63

Browse files
css styling
1 parent 49db848 commit 74dab63

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.docfx/template/public/main.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,19 @@ body[data-yaml-mime=ApiPage] article details dl.typelist>dd>div {
156156
}
157157

158158

159+
/** article */
160+
161+
article ul>li>p,
162+
article ol>li>p {
163+
margin-bottom: 0px;
164+
}
165+
166+
article ul>li:last-child,
167+
article ol>li:last-child {
168+
margin-bottom: 0.25em;
169+
}
170+
171+
159172
/** content */
160173

161174
h1 code,

0 commit comments

Comments
 (0)