Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6bf3dbc

Browse filesBrowse files
dstansbyMeeseeksDev[bot]
authored andcommitted
Backport PR #12561: Properly css-style exceptions in the documentation
1 parent 2097384 commit 6bf3dbc
Copy full SHA for 6bf3dbc

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎doc/_static/mpl.css

Copy file name to clipboardExpand all lines: doc/_static/mpl.css
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.