diff options
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 bd7942793a..70cc235043 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; } } |
