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 8d53ebf commit e89847fCopy full SHA for e89847f
1 file changed
doc/_static/mpl.css
@@ -582,6 +582,20 @@ table.docutils {
582
background-color: #eff3f4;
583
}
584
585
+/* tables inside parameter descriptions */
586
+td.field-body table.docutils {
587
+ width: 100%;
588
+}
589
+
590
+td.field-body table.docutils th {
591
+ padding: 2px 10px;
592
+ border: 0;
593
594
595
+td.field-body table.docutils td {
596
597
598
599
/* function and class description */
600
.descclassname {
601
color: #aaa;
0 commit comments