From: Georg Brandl Date: Wed, 1 Oct 2014 17:28:23 +0000 (+0200) Subject: Make pydoctheme compatible with Sphinx 1.3 HTML output changes. X-Git-Tag: v3.5.0a1~796^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd3a15a0ccc6a3b89865dc89a4fd3e654fdb4344;p=python Make pydoctheme compatible with Sphinx 1.3 HTML output changes. --- diff --git a/Doc/tools/pydoctheme/static/pydoctheme.css b/Doc/tools/pydoctheme/static/pydoctheme.css index 3d995d81b1..df165a603f 100644 --- a/Doc/tools/pydoctheme/static/pydoctheme.css +++ b/Doc/tools/pydoctheme/static/pydoctheme.css @@ -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; }