mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
more more styling to the CSS
This commit is contained in:
parent
d7a5bca89b
commit
0cf87be326
2 changed files with 3 additions and 2 deletions
|
@ -141,7 +141,8 @@ div.note .label { margin-right: 0.5em;
|
||||||
border: thin solid black;
|
border: thin solid black;
|
||||||
padding: 0pt 1em 4pt 1em; }
|
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
|
* Class 'availability' is used for module availability statements at
|
||||||
|
|
|
@ -1871,7 +1871,7 @@ sub process_python_state(){
|
||||||
|
|
||||||
sub do_env_seealso{
|
sub do_env_seealso{
|
||||||
return ("<div class=\"seealso\">\n "
|
return ("<div class=\"seealso\">\n "
|
||||||
. "<p class=\"heading\"><b>See Also:</b></p>\n"
|
. "<p class=\"heading\">See Also:</p>\n"
|
||||||
. $_[0]
|
. $_[0]
|
||||||
. '</div>');
|
. '</div>');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue