diff options
author | Fred Drake <fdrake@acm.org> | 2000-08-31 07:15:57 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-08-31 07:15:57 (GMT) |
commit | 3eb7c126cdd7ec7bd7d0376d8f6b671d73bdf464 (patch) | |
tree | 2062586b1b8b8b103863c06d22483796ff683607 /Doc/html/style.css | |
parent | 6b958f7d7b28cacb4f4e653c6deb561fda18d099 (diff) | |
download | cpython-3eb7c126cdd7ec7bd7d0376d8f6b671d73bdf464.zip cpython-3eb7c126cdd7ec7bd7d0376d8f6b671d73bdf464.tar.gz cpython-3eb7c126cdd7ec7bd7d0376d8f6b671d73bdf464.tar.bz2 |
Always room to remove more formatting from the HTML!
Diffstat (limited to 'Doc/html/style.css')
-rw-r--r-- | Doc/html/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css index b1101ee..bde3ce0 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -37,9 +37,10 @@ var { font-family: serif; font-style: italic; font-weight: normal } -.navigation .title { font-family: avantgarde, sans-serif; +.navigation td { background-color: #99ccff; + font-weight: bold; + font-family: avantgarde, sans-serif; font-size: 110% } -.navigation td { background-color: #99ccff; } .titlegraphic { vertical-align: top; } |