Suppress more online-only navigation in the printed HTML.

This commit is contained in:
Fred Drake 2003-09-04 22:16:45 +00:00
parent ecbfceb31c
commit 0739c44bbd
2 changed files with 15 additions and 9 deletions

View file

@ -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; }
}