summaryrefslogtreecommitdiffstats
path: root/Doc/texinputs
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-09-26 18:46:36 (GMT)
committerFred Drake <fdrake@acm.org>2001-09-26 18:46:36 (GMT)
commit479384e1ff19cd9987ee89c64fb33030797b44f3 (patch)
tree433a173ba0d5ef3cb3aaabcc73275ace7875740a /Doc/texinputs
parent203d91a461e4eb11b1554c71b577d7a1893b7244 (diff)
downloadcpython-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/texinputs')
-rw-r--r--Doc/texinputs/python.sty2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty
index f25041b..9fa56cd 100644
--- a/Doc/texinputs/python.sty
+++ b/Doc/texinputs/python.sty
@@ -833,7 +833,7 @@
\newcommand{\ctype}[1]{\texttt{#1}} % C struct or typedef name
\newcommand{\cdata}[1]{\texttt{#1}} % C variable, typically global
-\newcommand{\mailheader}[1]{\texttt{#1}}
+\newcommand{\mailheader}[1]{{\small\textsf{#1:}}}
\newcommand{\mimetype}[1]{{\small\textsf{#1}}}
% The \! is a "negative thin space" in math mode.
\newcommand{\regexp}[1]{%