From 4587fa21ea04246cf40d187d0cd26f53721b12e8 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 11 Sep 2003 04:08:47 +0000 Subject: [PATCH] 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 --- Doc/html/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/html/style.css b/Doc/html/style.css index 7cc49478ee..3d6d22182c 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; } -- 2.50.1