more more styling to the CSS
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 @@
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 b65128b..5e3f849 100644
--- a/Doc/perl/python.perl
+++ b/Doc/perl/python.perl
@@ -1871,7 +1871,7 @@
sub do_env_seealso{
return ("<div class=\"seealso\">\n "
- . "<p class=\"heading\"><b>See Also:</b></p>\n"
+ . "<p class=\"heading\">See Also:</p>\n"
. $_[0]
. '</div>');
}