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

Skip to content

Commit 9a46926

Browse files
authored
Merge pull request #12258 from timhoffm/css-data
Fix CSS for module-level data
2 parents 02abf44 + 72b26db commit 9a46926

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
@@ -731,7 +731,7 @@ td.field-body table.property-table tr:last-of-type td {
731731

732732
/*** function and class description ***/
733733
/* top-level definitions */
734-
dl.class, dl.function {
734+
dl.class, dl.function, dl.data {
735735
border-top: 1px solid #888;
736736
padding-top: 0px;
737737
margin-top: 20px;
@@ -744,7 +744,7 @@ dl.method, dl.classmethod, dl.staticmethod, dl.attribute {
744744

745745

746746
dl.class > dt, dl.classmethod > dt, dl.method > dt, dl.function > dt,
747-
dl.attribute > dt, dl.staticmethod > dt {
747+
dl.attribute > dt, dl.staticmethod > dt, dl.data > dt {
748748
background-color: #eff3f4;
749749
padding-left: 6px;
750750
padding-right: 6px;
@@ -771,7 +771,7 @@ dl.class big, dl.function big {
771771
font-family: monospace;
772772
}
773773

774-
dl.class dd, dl.function dd {
774+
dl.class dd, dl.function dd, dl.data dd {
775775
padding: 10px;
776776
}
777777

0 commit comments

Comments
 (0)