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

@ -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

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>');
}