Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13efbc7

Browse files
dstansbyMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #12258: Fix CSS for module-level data
1 parent 1248f36 commit 13efbc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/_static/mpl.css

Lines 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)