diff options
author | Fred Drake <fdrake@acm.org> | 2004-11-10 08:08:26 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-11-10 08:08:26 (GMT) |
commit | 0cf87be32656b1be34520a3bd6afd3aa2161c8c9 (patch) | |
tree | 0d1ba2c7131fb95ab26f1398b7c536d21e68c3e9 /Doc/html | |
parent | d7a5bca89bac404d466954dd23401e71bdc500b5 (diff) | |
download | cpython-0cf87be32656b1be34520a3bd6afd3aa2161c8c9.zip cpython-0cf87be32656b1be34520a3bd6afd3aa2161c8c9.tar.gz cpython-0cf87be32656b1be34520a3bd6afd3aa2161c8c9.tar.bz2 |
more more styling to the CSS
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css index f7a19df..2e210b1 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -141,7 +141,8 @@ div.note .label { margin-right: 0.5em; border: thin solid black; padding: 0pt 1em 4pt 1em; } -.seealso .heading { font-size: 110%; } +.seealso > .heading { font-size: 110%; + font-weight: bold; } /* * Class 'availability' is used for module availability statements at |