]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix display of deprecated blocks with Sphinx 1.2.
authorGeorg Brandl <georg@python.org>
Sun, 13 Oct 2013 07:31:42 +0000 (09:31 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 13 Oct 2013 07:31:42 +0000 (09:31 +0200)
Doc/tools/sphinxext/pydoctheme/static/pydoctheme.css
Doc/tools/sphinxext/static/basic.css

index 6d0759668d0a0ec8995a452ec90b6c7dbb47ec81..3d995d81b1fe1d251e6584a702773f13b3b1c2b7 100644 (file)
@@ -122,7 +122,7 @@ div.body tt.xref, div.body a tt {
     font-weight: normal;
 }
 
-p.deprecated {
+.deprecated {
     border-radius: 3px;
 }
 
index 5708b4da5720b877ad9b110ca95ade230b73b5e5..d6856f28ce2d6d8bb13121f2a937827f7c2db1b4 100644 (file)
@@ -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