Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ce39023

Browse filesBrowse files
Doc: Make first line in tables darker
1 parent ed0a579 commit ce39023
Copy full SHA for ce39023

File tree

Expand file treeCollapse file tree

1 file changed

+11
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+11
-1
lines changed

‎doc/_static/mpl.css

Copy file name to clipboardExpand all lines: doc/_static/mpl.css
+11-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.