Added more style for major warnings.

This commit is contained in:
Fred Drake 2002-05-01 22:03:40 +00:00
parent 0ebacc8b38
commit 5a55c49c8c

View file

@ -61,6 +61,15 @@ .typelabel { font-family: lucida, sans-serif; }
font-family: avantgarde, sans-serif;
font-size: 110%; }
div.warning { background-color: #fffaf0;
border: thin solid black;
padding: 0.5em;
margin-left: 2em;
margin-right: 2em; }
div.warning .label { font-size: 110%;
margin-right: 0.5em; }
.release-info { font-style: italic; }
.titlegraphic { vertical-align: top; }