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 b356221Copy full SHA for b356221
doc/_static/mpl.css
@@ -495,6 +495,12 @@ p.topic-title {
495
padding-top: 0.7em;
496
}
497
498
+.contents ul > li::before {
499
+ content: "\25FE";
500
+ color: #aaa;
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