mirror of
https://github.com/python/cpython.git
synced 2025-11-10 06:24:12 +00:00
fix minor syntactic faux pas
This commit is contained in:
parent
953c6f508b
commit
9e78d1e1e5
1 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif;
|
||||||
h1 { font-size: 180%; }
|
h1 { font-size: 180%; }
|
||||||
h2 { font-size: 150%; }
|
h2 { font-size: 150%; }
|
||||||
h3, h4 { font-size: 120%; }
|
h3, h4 { font-size: 120%; }
|
||||||
code, tt { font-family: lucida typewriter, lucidatypewriter,
|
code, tt { font-family: "lucida typewriter", lucidatypewriter,
|
||||||
monospace; }
|
monospace; }
|
||||||
var { font-family: times, serif;
|
var { font-family: times, serif;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
|
@ -86,7 +86,7 @@ div.note .label { margin-right: 0.5em;
|
||||||
.titlegraphic { vertical-align: top; }
|
.titlegraphic { vertical-align: top; }
|
||||||
|
|
||||||
.verbatim pre { color: #00008b;
|
.verbatim pre { color: #00008b;
|
||||||
font-family: lucida typewriter, lucidatypewriter,
|
font-family: "lucida typewriter", lucidatypewriter,
|
||||||
monospace;
|
monospace;
|
||||||
font-size: 90%; }
|
font-size: 90%; }
|
||||||
.verbatim { margin-left: 2em; }
|
.verbatim { margin-left: 2em; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue