diff options
author | Fred Drake <fdrake@acm.org> | 2003-09-11 04:08:47 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-09-11 04:08:47 (GMT) |
commit | 4587fa21ea04246cf40d187d0cd26f53721b12e8 (patch) | |
tree | b19812b3a8fd6851f8b188739f09d275fe4f5f5e /Doc/html | |
parent | fe63faaeebe89a95df6e0bb5cb169612c4966189 (diff) | |
download | cpython-4587fa21ea04246cf40d187d0cd26f53721b12e8.zip cpython-4587fa21ea04246cf40d187d0cd26f53721b12e8.tar.gz cpython-4587fa21ea04246cf40d187d0cd26f53721b12e8.tar.bz2 |
try to fix up the padding inside a notice environment so they fit in a
little better, with similar spacing characteristics with the seealso
environment
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css index 7cc4947..3d6d221 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: 0.5em; + padding: 1em 1em 0em 1em; margin-left: 2em; margin-right: 2em; } @@ -82,7 +82,7 @@ div.warning .label { font-family: sans-serif; div.note { background-color: #fffaf0; border: thin solid black; - padding: 0.5em; + padding: 1em 1em 0em 1em; margin-left: 2em; margin-right: 2em; } |