mirror of https://github.com/python/cpython.git
merge with 3.3
This commit is contained in:
commit
bcdb4fd83c
|
@ -337,7 +337,11 @@ .versionmodified {
|
||||||
.deprecated, .deprecated-removed {
|
.deprecated, .deprecated-removed {
|
||||||
background-color: #ffe4e4;
|
background-color: #ffe4e4;
|
||||||
border: 1px solid #f66;
|
border: 1px solid #f66;
|
||||||
padding: 7px
|
padding: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.deprecated p {
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.system-message {
|
.system-message {
|
||||||
|
|
Loading…
Reference in New Issue