Skip to content

Commit 1e32011

Browse files
committed
Fix display of deprecated blocks with Sphinx 1.2.
1 parent 4f35079 commit 1e32011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)