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 0a1c1e5

Browse filesBrowse files
authored
Merge pull request #12264 from meeseeksmachine/auto-backport-of-pr-12258-on-v3.0.0-doc
Backport PR #12258 on branch v3.0.0-doc (Fix CSS for module-level data)
2 parents 1248f36 + 13efbc7 commit 0a1c1e5
Copy full SHA for 0a1c1e5

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎doc/_static/mpl.css

Copy file name to clipboardExpand all lines: doc/_static/mpl.css
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ td.field-body table.property-table tr:last-of-type td {
723723

724724
/*** function and class description ***/
725725
/* top-level definitions */
726-
dl.class, dl.function {
726+
dl.class, dl.function, dl.data {
727727
border-top: 1px solid #888;
728728
padding-top: 0px;
729729
margin-top: 20px;
@@ -736,7 +736,7 @@ dl.method, dl.classmethod, dl.staticmethod, dl.attribute {
736736

737737

738738
dl.class > dt, dl.classmethod > dt, dl.method > dt, dl.function > dt,
739-
dl.attribute > dt, dl.staticmethod > dt {
739+
dl.attribute > dt, dl.staticmethod > dt, dl.data > dt {
740740
background-color: #eff3f4;
741741
padding-left: 6px;
742742
padding-right: 6px;
@@ -763,7 +763,7 @@ dl.class big, dl.function big {
763763
font-family: monospace;
764764
}
765765

766-
dl.class dd, dl.function dd {
766+
dl.class dd, dl.function dd, dl.data dd {
767767
padding: 10px;
768768
}
769769

0 commit comments

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