diff options
author | Georg Brandl <georg@python.org> | 2014-10-01 17:28:33 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-01 17:28:33 (GMT) |
commit | 42c189efe41bf32fd59649347e71fac1c646b93a (patch) | |
tree | 8c0bd29bc4252dc1fff53bede2a35ac51b3f649f /Doc/tools | |
parent | ea6839835557784433669a43c763c296ce9afd21 (diff) | |
parent | fd3a15a0ccc6a3b89865dc89a4fd3e654fdb4344 (diff) | |
download | cpython-42c189efe41bf32fd59649347e71fac1c646b93a.zip cpython-42c189efe41bf32fd59649347e71fac1c646b93a.tar.gz cpython-42c189efe41bf32fd59649347e71fac1c646b93a.tar.bz2 |
merge with 3.4
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/pydoctheme/static/pydoctheme.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/tools/pydoctheme/static/pydoctheme.css b/Doc/tools/pydoctheme/static/pydoctheme.css index 3d995d8..df165a6 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; } |