Skip to content

Commit 6bf3dbc

Browse files
dstansbyMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #12561: Properly css-style exceptions in the documentation
1 parent 2097384 commit 6bf3dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/_static/mpl.css

Lines changed: 2 additions & 2 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, 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)