summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-05-01 22:03:40 (GMT)
committerFred Drake <fdrake@acm.org>2002-05-01 22:03:40 (GMT)
commit5a55c49c8ce9b0eef7d9b56ef618aeb80d968c50 (patch)
tree21f3ff1a03134e57d7cdde919538b3033d043739 /Doc/html
parent0ebacc8b3892009fb628412577cb1ec1113b33de (diff)
downloadcpython-5a55c49c8ce9b0eef7d9b56ef618aeb80d968c50.zip
cpython-5a55c49c8ce9b0eef7d9b56ef618aeb80d968c50.tar.gz
cpython-5a55c49c8ce9b0eef7d9b56ef618aeb80d968c50.tar.bz2
Added more style for major warnings.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css
index 9b8ebf5..3f8b3e8 100644
--- a/Doc/html/style.css
+++ b/Doc/html/style.css
@@ -61,6 +61,15 @@ var { font-family: times, 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; }