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

Skip to content

Commit ce39023

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

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

doc/_static/mpl.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ div.seealso {
406406
color: #3F5E7F;
407407
}
408408

409-
div.warning {
409+
div.warning, div.important {
410410
background-color: #F3E5E5;
411411
border-color: #CC8E8E;
412412
color: #7F1919;
@@ -495,6 +495,12 @@ p.topic-title {
495495
padding-top: 0.7em;
496496
}
497497

498+
.contents ul > li::before {
499+
content: "\25FE";
500+
color: #bbb;
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)