Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7bb9b3

Browse files
committed
merge with 3.3
2 parents 4300019 + 1e32011 commit a7bb9b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/tools/sphinxext/pydoctheme/static/pydoctheme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ div.body tt.xref, div.body a tt {
122122
font-weight: normal;
123123
}
124124

125-
p.deprecated {
125+
.deprecated {
126126
border-radius: 3px;
127127
}
128128

Doc/tools/sphinxext/static/basic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ dl.glossary dt {
334334
font-style: italic;
335335
}
336336

337-
p.deprecated, p.deprecated-removed {
337+
.deprecated, .deprecated-removed {
338338
background-color: #ffe4e4;
339339
border: 1px solid #f66;
340340
padding: 7px

0 commit comments

Comments
 (0)