]> granicus.if.org Git - python/commitdiff
Make the "notice" environments somewhat similar, with less difference
authorFred Drake <fdrake@acm.org>
Mon, 27 Jan 2003 16:31:16 +0000 (16:31 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 27 Jan 2003 16:31:16 +0000 (16:31 +0000)
between the "note" and "warning" flavors.

Doc/html/style.css

index 762d1c45c567640b753fbe586a56e623beb84054..5744630b5841850018b043f2ad2ab55b62ca6d23 100644 (file)
@@ -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; }