summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-12-19 22:06:09 (GMT)
committerFred Drake <fdrake@acm.org>2006-12-19 22:06:09 (GMT)
commit51d00223c35f9e8f983cc7d1cb8ba1c62b86355a (patch)
tree3503dbf250be18beb5227960aeb3f30e777c1e64 /Doc/html
parent9a4e95ccc89fa7723df3190555402ebefce7a21d (diff)
downloadcpython-51d00223c35f9e8f983cc7d1cb8ba1c62b86355a.zip
cpython-51d00223c35f9e8f983cc7d1cb8ba1c62b86355a.tar.gz
cpython-51d00223c35f9e8f983cc7d1cb8ba1c62b86355a.tar.bz2
hide version notes for 1.x and 2.x from the HTML version
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css
index 06a613c..f0a2086 100644
--- a/Doc/html/style.css
+++ b/Doc/html/style.css
@@ -99,6 +99,9 @@ div.note { background-color: #fffaf0;
div.note .label { margin-right: 0.5em;
font-family: sans-serif; }
+.versionnote1 { display: none; }
+.versionnote2 { display: none; }
+
address { font-size: 80%; }
.release-info { font-style: italic;
font-size: 80%; }