diff --git a/doc/_static/mpl.css b/doc/_static/mpl.css index 1cfb7bec918b..a083bb5ab208 100644 --- a/doc/_static/mpl.css +++ b/doc/_static/mpl.css @@ -685,6 +685,14 @@ dl.class p.rubric + table.docutils td:first-of-type > strong { background-color: #eff3f4; } +/* tables inside class descriptions */ +dl.class table.property-table { + width: 85%; + border-spacing: 2px; + border-collapse: collapse; + border: 0px; +} + /* tables inside parameter descriptions */ td.field-body table.property-table { width: 100%;