From: Georg Brandl Date: Wed, 10 Feb 2016 12:44:29 +0000 (+0100) Subject: Closes #26320: fix stylesheet after Sphinx update. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c665ff6177d3fe60fa6c5bbcc688e13b65081bca;p=python Closes #26320: fix stylesheet after Sphinx update. --- diff --git a/Doc/tools/static/basic.css b/Doc/tools/static/basic.css index 85a43185aa..42cb010b70 100644 --- a/Doc/tools/static/basic.css +++ b/Doc/tools/static/basic.css @@ -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; }