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
This commit is contained in:
Fred Drake 2003-09-11 04:08:47 +00:00
parent fe63faaeeb
commit 4587fa21ea
1 changed files with 2 additions and 2 deletions

View File

@ -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; }