]> granicus.if.org Git - python/commitdiff
more more styling to the CSS
authorFred Drake <fdrake@acm.org>
Wed, 10 Nov 2004 08:08:26 +0000 (08:08 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 10 Nov 2004 08:08:26 +0000 (08:08 +0000)
Doc/html/style.css
Doc/perl/python.perl

index f7a19df9f16c767e9177988c3901778c38333110..2e210b1da6759aec0f6d7f4cff1b00aaa4af2681 100644 (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
index b65128b1ce474735eb915815d7c2cbe8f444218a..5e3f849fb71e41d66c2e726b1f13ab166c20d6a2 100644 (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>');
 }