more more styling to the CSS

This commit is contained in:
Fred Drake 2004-11-10 08:08:26 +00:00
parent d7a5bca89b
commit 0cf87be326
2 changed files with 3 additions and 2 deletions

View file

@ -1871,7 +1871,7 @@ sub process_python_state(){
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>');
}