From: Fred Drake Date: Tue, 30 Sep 2003 15:43:20 +0000 (+0000) Subject: Fix stupid style bug in a second place. X-Git-Tag: v2.4a1~1485 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=292f5970ab9709a51669348867cf3fc2cce9ad64;p=python Fix stupid style bug in a second place. --- diff --git a/Doc/html/style.css b/Doc/html/style.css index 161b0e8295..f585744702 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -82,7 +82,7 @@ div.warning .label { font-family: sans-serif; div.note { background-color: #fffaf0; border: thin solid black; - padding: 1em 1em 0em 1em; + padding: 1em; margin-left: 2em; margin-right: 2em; }