From 0cf87be32656b1be34520a3bd6afd3aa2161c8c9 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 10 Nov 2004 08:08:26 +0000 Subject: [PATCH] more more styling to the CSS --- Doc/html/style.css | 3 ++- Doc/perl/python.perl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/html/style.css b/Doc/html/style.css index f7a19df9f1..2e210b1da6 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 diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index b65128b1ce..5e3f849fb7 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -1871,7 +1871,7 @@ sub process_python_state(){ sub do_env_seealso{ return ("
\n " - . "

See Also:

\n" + . "

See Also:

\n" . $_[0] . '
'); } -- 2.40.0