Commit 9a9b8269 authored by Fred Drake's avatar Fred Drake

more more styling to the CSS

parent 49ac0f46
......@@ -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
......
......@@ -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>');
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment