Skip to content

Commit 044ac36

Browse files
committed
No margin on UL inside DD
1 parent 22cfb34 commit 044ac36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

static/shared/css/documentation.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,10 @@ div.sidebar-module ul ul li span {
497497
margin: 1.5em
498498
}
499499

500+
.content dd ul {
501+
margin-top: 0;
502+
}
503+
500504
.content li {
501505
line-height: 1.7em;
502506
}

0 commit comments

Comments
 (0)