diff --git a/doc/_static/mpl.css b/doc/_static/mpl.css index 1cfb7bec918b..2a1b78452589 100644 --- a/doc/_static/mpl.css +++ b/doc/_static/mpl.css @@ -723,7 +723,7 @@ td.field-body table.property-table tr:last-of-type td { /*** function and class description ***/ /* top-level definitions */ -dl.class, dl.function { +dl.class, dl.function, dl.data { border-top: 1px solid #888; padding-top: 0px; margin-top: 20px; @@ -736,7 +736,7 @@ dl.method, dl.classmethod, dl.staticmethod, dl.attribute { dl.class > dt, dl.classmethod > dt, dl.method > dt, dl.function > dt, -dl.attribute > dt, dl.staticmethod > dt { +dl.attribute > dt, dl.staticmethod > dt, dl.data > dt { background-color: #eff3f4; padding-left: 6px; padding-right: 6px; @@ -763,7 +763,7 @@ dl.class big, dl.function big { font-family: monospace; } -dl.class dd, dl.function dd { +dl.class dd, dl.function dd, dl.data dd { padding: 10px; }