Skip to content

Commit f649802

Browse files
authored
Merge pull request #12638 from meeseeksmachine/auto-backport-of-pr-12561-on-v3.0.x
Backport PR #12561 on branch v3.0.x (Properly css-style exceptions in the documentation)
2 parents 2097384 + 6bf3dbc commit f649802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/_static/mpl.css

+2-2
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, dl.data {
726+
dl.class, dl.function, dl.data, dl.exception {
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, dl.data > dt {
739+
dl.attribute > dt, dl.staticmethod > dt, dl.data > dt, dl.exception > dt {
740740
background-color: #eff3f4;
741741
padding-left: 6px;
742742
padding-right: 6px;

0 commit comments

Comments
 (0)