summaryrefslogtreecommitdiffstats
path: root/Doc/html/style.css
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-09-05 13:58:26 (GMT)
committerFred Drake <fdrake@acm.org>2003-09-05 13:58:26 (GMT)
commit929d95957bfebfb8539e65d18cbb13805e082c82 (patch)
tree3dacd292071c556cb761bb71badeada5215a497d /Doc/html/style.css
parentb24e84c5587cd6826227a0ca39b7eb6a6279cfd1 (diff)
downloadcpython-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.css2
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%; }