mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Clean up the application of style to verbatim text.
This moves styling to the stylesheet; the use of <dl> structures to control style sometimes produced improper indentation of subsequent text in many browsers when the text was already part of the <dl> structure (as in a function or class description).
This commit is contained in:
parent
eeb5ec42e0
commit
8a5e6790d9
3 changed files with 10 additions and 8 deletions
|
|
@ -65,9 +65,11 @@ var { font-family: times, serif;
|
|||
|
||||
.titlegraphic { vertical-align: top; }
|
||||
|
||||
.verbatim { color: #00008b;
|
||||
.verbatim pre { color: #00008b;
|
||||
font-family: lucida typewriter, lucidatypewriter,
|
||||
monospace; }
|
||||
monospace;
|
||||
font-size: 90%; }
|
||||
.verbatim { margin-left: 2em; }
|
||||
|
||||
.grammar { background-color: #99ccff;
|
||||
margin-right: 0.5in;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue