diff options
author | Fred Drake <fdrake@acm.org> | 2003-09-04 22:16:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-09-04 22:16:45 (GMT) |
commit | 0739c44bbd0972b65a549b246dc38e41a1e9711b (patch) | |
tree | 59759e893c097e8c4522c54c8c0c5c521c39a270 /Doc/html | |
parent | ecbfceb31c38b7736fa19a7fe8b3f1158254b41d (diff) | |
download | cpython-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.css | 2 |
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; } } |