[Python-checkins] cpython (2.7): Closes #26320: fix stylesheet after Sphinx update.

georg.brandl python-checkins at python.org
Wed Feb 10 07:45:08 EST 2016


https://hg.python.org/cpython/rev/5715a6d9ff12
changeset:   100217:5715a6d9ff12
branch:      2.7
parent:      100214:81dba6e392c3
user:        Georg Brandl <georg at python.org>
date:        Wed Feb 10 13:44:29 2016 +0100
summary:
  Closes #26320: fix stylesheet after Sphinx update.

files:
  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
--- a/Doc/tools/static/basic.css
+++ b/Doc/tools/static/basic.css
@@ -393,22 +393,22 @@
     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;
 }
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list