Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 18a30ce

Browse files
authored
Merge pull request #15144 from dstansby/contents-css
DOC: tweak local page contents CSS
2 parents 7cb42ee + f95508c commit 18a30ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/_static/mpl.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ div.topic {
461461
border-left: 0px;
462462
border-right: 0px;
463463
margin: 10px 0px;
464-
padding: 1em 1.4em;
464+
padding-left: 1em;
465465
}
466466

467467
p.topic-title {
@@ -495,7 +495,8 @@ p.topic-title {
495495
}
496496

497497
.contents > ul > li {
498-
padding-top: 0.7em;
498+
padding-top: 0.3em;
499+
padding-bottom: 0.3em;
499500
}
500501

501502
.contents ul > li::before {

0 commit comments

Comments
 (0)