[Python-checkins] peps: Further presentation adjustments, use a style sheet for some things. (original) (raw)

georg.brandl python-checkins at python.org
Wed Mar 23 21:23:32 CET 2011


http://hg.python.org/peps/rev/c7065145df09 changeset: 53:c7065145df09 user: Fred Drake <fdrake at acm.org> date: Thu Jul 27 18:44:44 2000 +0000 summary: Further presentation adjustments, use a style sheet for some things.

files: pep2html.py | 19 ++++++++++++------- style.css | 7 +++++++ 2 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/pep2html.py b/pep2html.py --- a/pep2html.py +++ b/pep2html.py @@ -59,19 +59,24 @@ if pep: title = "PEP " + pep + " -- " + title if title:

@@ -110,7 +115,7 @@ raise "Syntax: "+sys.argv[0]+" [-n] [sf_username]"

 if update:

diff --git a/style.css b/style.css new file mode 100644 --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +.navigation { background: #99ccff;

-- Repository URL: http://hg.python.org/peps



More information about the Python-checkins mailing list