Commit 9db20c62 authored by Fred Drake's avatar Fred Drake

Make the "notice" environments somewhat similar, with less difference

between the "note" and "warning" flavors.
parent 6ffdaab8
......@@ -67,9 +67,19 @@ div.warning { background-color: #fffaf0;
margin-left: 2em;
margin-right: 2em; }
div.warning .label { font-size: 110%;
div.warning .label { font-family: sans-serif;
font-size: 110%;
margin-right: 0.5em; }
div.note { background-color: #fffaf0;
border: thin solid black;
padding: 0.5em;
margin-left: 2em;
margin-right: 2em; }
div.note .label { margin-right: 0.5em;
font-family: sans-serif; }
.release-info { font-style: italic; }
.titlegraphic { vertical-align: top; }
......
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