summaryrefslogtreecommitdiffstats
path: root/Doc/html/style.css
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-09-30 15:40:33 (GMT)
committerFred Drake <fdrake@acm.org>2003-09-30 15:40:33 (GMT)
commitc504c20e5a7d60f4e71c16313afd3d88aa9ee2df (patch)
treefb93fa85646240b2c136f9ccd26fb83be806d7a2 /Doc/html/style.css
parent83dd43fde1f84fd6acb8388979813eebdea1a05c (diff)
downloadcpython-c504c20e5a7d60f4e71c16313afd3d88aa9ee2df.zip
cpython-c504c20e5a7d60f4e71c16313afd3d88aa9ee2df.tar.gz
cpython-c504c20e5a7d60f4e71c16313afd3d88aa9ee2df.tar.bz2
Fix stupid style bug.
Diffstat (limited to 'Doc/html/style.css')
-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 3d6d221..161b0e8 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: 1em 1em 0em 1em;
+ padding: 1em;
margin-left: 2em;
margin-right: 2em; }