summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-01-27 16:31:16 (GMT)
committerFred Drake <fdrake@acm.org>2003-01-27 16:31:16 (GMT)
commit9db20c62ff85001514f51bb6e0e29c02d5f9c6a5 (patch)
treea8bd4b5a01e5bc13bc5edf5f853c693cdec783a0 /Doc/html
parent6ffdaab808d07d6bd60470614891e5b24e300be6 (diff)
downloadcpython-9db20c62ff85001514f51bb6e0e29c02d5f9c6a5.zip
cpython-9db20c62ff85001514f51bb6e0e29c02d5f9c6a5.tar.gz
cpython-9db20c62ff85001514f51bb6e0e29c02d5f9c6a5.tar.bz2
Make the "notice" environments somewhat similar, with less difference
between the "note" and "warning" flavors.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/style.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css
index 762d1c4..5744630 100644
--- a/Doc/html/style.css
+++ b/Doc/html/style.css
@@ -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; }