]> granicus.if.org Git - python/commitdiff
Make pydoctheme compatible with Sphinx 1.3 HTML output changes.
authorGeorg Brandl <georg@python.org>
Wed, 1 Oct 2014 17:28:23 +0000 (19:28 +0200)
committerGeorg Brandl <georg@python.org>
Wed, 1 Oct 2014 17:28:23 +0000 (19:28 +0200)
Doc/tools/pydoctheme/static/pydoctheme.css

index 3d995d81b1fe1d251e6584a702773f13b3b1c2b7..df165a603f4db4465f49e172760e4a15aef35ac4 100644 (file)
@@ -105,20 +105,20 @@ div.body a:hover {
     color: #00B0E4;
 }
 
-tt, pre {
+tt, code, pre {
     font-family: monospace, sans-serif;
     font-size: 96.5%;
 }
 
-div.body tt {
+div.body tt, div.body code {
     border-radius: 3px;
 }
 
-div.body tt.descname {
+div.body tt.descname, div.body code.descname {
     font-size: 120%;
 }
 
-div.body tt.xref, div.body a tt {
+div.body tt.xref, div.body a tt, div.body code.xref, div.body a code {
     font-weight: normal;
 }