mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +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
|
|
@ -334,7 +334,7 @@ dl.glossary dt {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
p.deprecated, p.deprecated-removed {
|
||||
.deprecated, .deprecated-removed {
|
||||
background-color: #ffe4e4;
|
||||
border: 1px solid #f66;
|
||||
padding: 7px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue