mirror of
https://github.com/python/cpython.git
synced 2025-09-25 09:50:37 +00:00
merge with 3.4
This commit is contained in:
commit
42c189efe4
1 changed files with 4 additions and 4 deletions
|
@ -105,20 +105,20 @@ div.body a:hover {
|
||||||
color: #00B0E4;
|
color: #00B0E4;
|
||||||
}
|
}
|
||||||
|
|
||||||
tt, pre {
|
tt, code, pre {
|
||||||
font-family: monospace, sans-serif;
|
font-family: monospace, sans-serif;
|
||||||
font-size: 96.5%;
|
font-size: 96.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.body tt {
|
div.body tt, div.body code {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.body tt.descname {
|
div.body tt.descname, div.body code.descname {
|
||||||
font-size: 120%;
|
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;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue