]> granicus.if.org Git - python/commitdiff
Closes #26320: fix stylesheet after Sphinx update.
authorGeorg Brandl <georg@python.org>
Wed, 10 Feb 2016 12:44:29 +0000 (13:44 +0100)
committerGeorg Brandl <georg@python.org>
Wed, 10 Feb 2016 12:44:29 +0000 (13:44 +0100)
Doc/tools/static/basic.css

index 85a43185aab67b727f153375155e9899a16cd697..42cb010b70e5cd7932f99da3df438d9d01847088 100644 (file)
@@ -393,22 +393,22 @@ table.highlighttable td {
     padding: 0 0.5em 0 0.5em;
 }
 
-tt.descname {
+code.descname {
     background-color: transparent;
     font-weight: bold;
     font-size: 1.2em;
 }
 
-tt.descclassname {
+code.descclassname {
     background-color: transparent;
 }
 
-tt.xref, a tt {
+code.xref, a code {
     background-color: transparent;
     font-weight: bold;
 }
 
-h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
+h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
     background-color: transparent;
 }