diff options
author | Georg Brandl <georg@python.org> | 2016-02-10 12:44:29 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2016-02-10 12:44:29 (GMT) |
commit | c665ff6177d3fe60fa6c5bbcc688e13b65081bca (patch) | |
tree | 6e8a6de853a5bef022c7f9b038e7da76dd3c1d70 | |
parent | 1c496178d2c863f135bd4a43e32e0f099480cd06 (diff) | |
download | cpython-c665ff6177d3fe60fa6c5bbcc688e13b65081bca.zip cpython-c665ff6177d3fe60fa6c5bbcc688e13b65081bca.tar.gz cpython-c665ff6177d3fe60fa6c5bbcc688e13b65081bca.tar.bz2 |
Closes #26320: fix stylesheet after Sphinx update.
-rw-r--r-- | Doc/tools/static/basic.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/tools/static/basic.css b/Doc/tools/static/basic.css index 85a4318..42cb010 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; } |