Commit 4587fa21 authored by Fred Drake's avatar Fred Drake

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
parent fe63faae
...@@ -72,7 +72,7 @@ var { font-family: times, serif; ...@@ -72,7 +72,7 @@ var { font-family: times, serif;
div.warning { background-color: #fffaf0; div.warning { background-color: #fffaf0;
border: thin solid black; border: thin solid black;
padding: 0.5em; padding: 1em 1em 0em 1em;
margin-left: 2em; margin-left: 2em;
margin-right: 2em; } margin-right: 2em; }
...@@ -82,7 +82,7 @@ div.warning .label { font-family: sans-serif; ...@@ -82,7 +82,7 @@ div.warning .label { font-family: sans-serif;
div.note { background-color: #fffaf0; div.note { background-color: #fffaf0;
border: thin solid black; border: thin solid black;
padding: 0.5em; padding: 1em 1em 0em 1em;
margin-left: 2em; margin-left: 2em;
margin-right: 2em; } margin-right: 2em; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment