diff options
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css index e0cb736..bd79427 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -140,3 +140,11 @@ div.note .label { margin-right: 0.5em; * the top of modules. */ .availability .platform { font-weight: bold; } + + +/* + * Some specialization for printed output. + */ +@media print { + #bottom-navigation-panel { display: none; } + } |