]> granicus.if.org Git - python/commitdiff
make the padding inside a "See also" box more consistent around the
authorFred Drake <fdrake@acm.org>
Fri, 5 Sep 2003 13:58:26 +0000 (13:58 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 5 Sep 2003 13:58:26 +0000 (13:58 +0000)
sides

Doc/html/style.css

index 70cc2350438cc573ab3c9ea7ee8a3b175d99acba..e69eac15fd0a7ec20114e3959ef29578ea66ac7e 100644 (file)
@@ -131,7 +131,7 @@ div.note .label         { margin-right: 0.5em;
  */
 .seealso                { background-color: #fffaf0;
                           border: thin solid black;
-                          padding: 4pt; }
+                          padding: 0pt 1em 4pt 1em; }
 
 .seealso .heading       { font-size: 110%; }