Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1444a85

Browse filesBrowse files
authored
Merge pull request #11925 from timhoffm/doc-class-property-table-css
Increase the width of property tables in class docs
2 parents f18ff53 + 570e86f commit 1444a85
Copy full SHA for 1444a85

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed

‎doc/_static/mpl.css

Copy file name to clipboardExpand all lines: doc/_static/mpl.css
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,14 @@ dl.class p.rubric + table.docutils td:first-of-type > strong {
685685
background-color: #eff3f4;
686686
}
687687

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+
688696
/* tables inside parameter descriptions */
689697
td.field-body table.property-table {
690698
width: 100%;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.