Skip to content

Commit

Permalink
Backport PR matplotlib#12258: Fix CSS for module-level data
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored and MeeseeksDev[bot] committed Sep 25, 2018
1 parent 1248f36 commit 13efbc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/_static/mpl.css
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
}

Expand Down

0 comments on commit 13efbc7

Please sign in to comment.