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

Skip to content

Commit b356221

Browse files
Doc: Make first line in tables darker
1 parent ed0a579 commit b356221

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/_static/mpl.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,12 @@ p.topic-title {
495495
padding-top: 0.7em;
496496
}
497497

498+
.contents ul > li::before {
499+
content: "\25FE";
500+
color: #aaa;
501+
padding-right: .3em;
502+
}
503+
498504
.contents > ul > li > a {
499505
font-size: 1.0em;
500506
}
@@ -633,6 +639,10 @@ table.docutils tr:last-of-type td {
633639
border-bottom-color: #888;
634640
}
635641

642+
table.docutils tr:first-of-type td {
643+
border-top-color: #888;
644+
}
645+
636646
/* Section titles within classes */
637647
dl.class p.rubric {
638648
font-size: 16px;

0 commit comments

Comments
 (0)