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 7b5ff33 commit 570e86fCopy full SHA for 570e86f
1 file changed
doc/_static/mpl.css
@@ -685,6 +685,14 @@ dl.class p.rubric + table.docutils td:first-of-type > strong {
685
background-color: #eff3f4;
686
}
687
688
+/* tables inside class descriptions */
689
+dl.class table.property-table {
690
+ width: 85%;
691
+ border-spacing: 2px;
692
+ border-collapse: collapse;
693
+ border: 0px;
694
+}
695
+
696
/* tables inside parameter descriptions */
697
td.field-body table.property-table {
698
width: 100%;
0 commit comments