diff options
author | Fred Drake <fdrake@acm.org> | 2000-08-29 21:57:34 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-08-29 21:57:34 (GMT) |
commit | 699f98c09a85ae57f6f29917f2d121966c14eca6 (patch) | |
tree | 4ae5e7893bfcb118adc9df049712ea75bfc5823d /Doc/html | |
parent | 7ac1153c01c32ad91f52f7dae071bc8ba152df41 (diff) | |
download | cpython-699f98c09a85ae57f6f29917f2d121966c14eca6.zip cpython-699f98c09a85ae57f6f29917f2d121966c14eca6.tar.gz cpython-699f98c09a85ae57f6f29917f2d121966c14eca6.tar.bz2 |
Move a little more here.
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css index 56fa977..acfdd7f 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -39,6 +39,9 @@ var { font-family: serif; .navigation .title { font-family: avantgarde, sans-serif; font-size: 110% } +.navigation td { background-color: #99ccff; } + +.titlegraphic { vertical-align: top; } .verbatim { color: #00008b } |