From: Fred Drake Date: Fri, 5 Sep 2003 13:58:26 +0000 (+0000) Subject: make the padding inside a "See also" box more consistent around the X-Git-Tag: v2.4a1~1640 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=929d95957bfebfb8539e65d18cbb13805e082c82;p=thirdparty%2FPython%2Fcpython.git make the padding inside a "See also" box more consistent around the sides --- diff --git a/Doc/html/style.css b/Doc/html/style.css index 70cc2350438c..e69eac15fd0a 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -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%; }