diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-26 18:46:36 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-26 18:46:36 (GMT) |
commit | 479384e1ff19cd9987ee89c64fb33030797b44f3 (patch) | |
tree | 433a173ba0d5ef3cb3aaabcc73275ace7875740a /Doc/html | |
parent | 203d91a461e4eb11b1554c71b577d7a1893b7244 (diff) | |
download | cpython-479384e1ff19cd9987ee89c64fb33030797b44f3.zip cpython-479384e1ff19cd9987ee89c64fb33030797b44f3.tar.gz cpython-479384e1ff19cd9987ee89c64fb33030797b44f3.tar.bz2 |
Move the styling for the HTML version of \mailheader into the CSS file.
In both the HTML and typeset versions of the documentation, add a colon
after the name of a mail header so that it is more easily distinguished
from other text.
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css index 3655666..b24998c 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -72,6 +72,7 @@ var { font-family: times, serif; font-size: 85%; } .email { font-family: avantgarde, sans-serif; } +.mailheader { font-family: avantgarde, sans-serif; } .mimetype { font-family: avantgarde, sans-serif; } .newsgroup { font-family: avantgarde, sans-serif; } .url { font-family: avantgarde, sans-serif; } |