diff options
author | Fred Drake <fdrake@acm.org> | 2003-09-05 13:58:26 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-09-05 13:58:26 (GMT) |
commit | 929d95957bfebfb8539e65d18cbb13805e082c82 (patch) | |
tree | 3dacd292071c556cb761bb71badeada5215a497d /Doc/html/style.css | |
parent | b24e84c5587cd6826227a0ca39b7eb6a6279cfd1 (diff) | |
download | cpython-929d95957bfebfb8539e65d18cbb13805e082c82.zip cpython-929d95957bfebfb8539e65d18cbb13805e082c82.tar.gz cpython-929d95957bfebfb8539e65d18cbb13805e082c82.tar.bz2 |
make the padding inside a "See also" box more consistent around the
sides
Diffstat (limited to 'Doc/html/style.css')
-rw-r--r-- | Doc/html/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css index 70cc235..e69eac1 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%; } |