peps: c7065145df09 (original) (raw)

Mercurial > peps

changeset 53:c7065145df09

Further presentation adjustments, use a style sheet for some things.

Fred Drake fdrake@acm.org
date Thu, 27 Jul 2000 18:44:44 +0000
parents 926f80174f89
children 204fb2e23dec
files pep2html.py style.css
diffstat 2 files changed, 19 insertions(+), 7 deletions(-)[+] [-] pep2html.py 19 style.css 7

line wrap: on

line diff

--- a/pep2html.py +++ b/pep2html.py @@ -59,19 +59,24 @@ def fixfile(infile, outfile): if pep: title = "PEP " + pep + " -- " + title if title:

@@ -110,7 +115,7 @@ def main(): raise "Syntax: "+sys.argv[0]+" [-n] [sf_username]" if update:

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

+ +.header th:after { content: " " }