mirror of
https://github.com/python/cpython.git
synced 2025-11-08 13:42:22 +00:00
Fix display of deprecated blocks with Sphinx 1.2.
This commit is contained in:
parent
4f35079858
commit
1e32011306
2 changed files with 2 additions and 2 deletions
|
|
@ -122,7 +122,7 @@ div.body tt.xref, div.body a tt {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.deprecated {
|
.deprecated {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -334,7 +334,7 @@ dl.glossary dt {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.deprecated, p.deprecated-removed {
|
.deprecated, .deprecated-removed {
|
||||||
background-color: #ffe4e4;
|
background-color: #ffe4e4;
|
||||||
border: 1px solid #f66;
|
border: 1px solid #f66;
|
||||||
padding: 7px
|
padding: 7px
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue