summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-09-04 22:16:45 (GMT)
committerFred Drake <fdrake@acm.org>2003-09-04 22:16:45 (GMT)
commit0739c44bbd0972b65a549b246dc38e41a1e9711b (patch)
tree59759e893c097e8c4522c54c8c0c5c521c39a270 /Doc/html
parentecbfceb31c38b7736fa19a7fe8b3f1158254b41d (diff)
downloadcpython-0739c44bbd0972b65a549b246dc38e41a1e9711b.zip
cpython-0739c44bbd0972b65a549b246dc38e41a1e9711b.tar.gz
cpython-0739c44bbd0972b65a549b246dc38e41a1e9711b.tar.bz2
Suppress more online-only navigation in the printed HTML.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css
index bd79427..70cc235 100644
--- a/Doc/html/style.css
+++ b/Doc/html/style.css
@@ -146,5 +146,5 @@ div.note .label { margin-right: 0.5em;
* Some specialization for printed output.
*/
@media print {
- #bottom-navigation-panel { display: none; }
+ .online-navigation { display: none; }
}