mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
13 lines
138 B
CSS
13 lines
138 B
CSS
|
|
.doc-contents {
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.doc-contents dd>p {
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.doc-contents dl+dl {
|
|
margin-top: -0.5rem;
|
|
}
|