Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0a579 commit ce39023Copy full SHA for ce39023
doc/_static/mpl.css
@@ -406,7 +406,7 @@ div.seealso {
406
color: #3F5E7F;
407
}
408
409
-div.warning {
+div.warning, div.important {
410
background-color: #F3E5E5;
411
border-color: #CC8E8E;
412
color: #7F1919;
@@ -495,6 +495,12 @@ p.topic-title {
495
padding-top: 0.7em;
496
497
498
+.contents ul > li::before {
499
+ content: "\25FE";
500
+ color: #bbb;
501
+ padding-right: .3em;
502
+}
503
+
504
.contents > ul > li > a {
505
font-size: 1.0em;
506
@@ -633,6 +639,10 @@ table.docutils tr:last-of-type td {
633
639
border-bottom-color: #888;
634
640
635
641
642
+table.docutils tr:first-of-type td {
643
+ border-top-color: #888;
644
645
636
646
/* Section titles within classes */
637
647
dl.class p.rubric {
638
648
font-size: 16px;
0 commit comments