summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-09-30 15:43:20 (GMT)
committerFred Drake <fdrake@acm.org>2003-09-30 15:43:20 (GMT)
commit292f5970ab9709a51669348867cf3fc2cce9ad64 (patch)
tree47300f3371784dd4eae2b586b02b78416a2bd59f /Doc/html
parentc504c20e5a7d60f4e71c16313afd3d88aa9ee2df (diff)
downloadcpython-292f5970ab9709a51669348867cf3fc2cce9ad64.zip
cpython-292f5970ab9709a51669348867cf3fc2cce9ad64.tar.gz
cpython-292f5970ab9709a51669348867cf3fc2cce9ad64.tar.bz2
Fix stupid style bug in a second place.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css
index 161b0e8..f585744 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; }