From: Fred Drake Date: Thu, 11 Sep 2003 04:08:47 +0000 (+0000) Subject: try to fix up the padding inside a notice environment so they fit in a X-Git-Tag: v2.4a1~1592 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4587fa21ea04246cf40d187d0cd26f53721b12e8;p=python try to fix up the padding inside a notice environment so they fit in a little better, with similar spacing characteristics with the seealso environment --- diff --git a/Doc/html/style.css b/Doc/html/style.css index 7cc49478ee..3d6d22182c 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -72,7 +72,7 @@ var { font-family: times, serif; div.warning { background-color: #fffaf0; border: thin solid black; - padding: 0.5em; + padding: 1em 1em 0em 1em; margin-left: 2em; margin-right: 2em; } @@ -82,7 +82,7 @@ div.warning .label { font-family: sans-serif; div.note { background-color: #fffaf0; border: thin solid black; - padding: 0.5em; + padding: 1em 1em 0em 1em; margin-left: 2em; margin-right: 2em; }