diff --git a/Doc/html/style.css b/Doc/html/style.css index bd7942793aa..70cc2350438 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -146,5 +146,5 @@ .availability .platform { font-weight: bold; } * Some specialization for printed output. */ @media print { - #bottom-navigation-panel { display: none; } + .online-navigation { display: none; } } diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index 41b2f94f935..4748b8cb26b 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -26,7 +26,7 @@ $BOTTOM_NAVIGATION = 1; $AUTO_NAVIGATION = 0; $BODYTEXT = ''; -$CHILDLINE = "\n
| $PREVIOUS" - . "\n | $UP" - . "\n | $NEXT" + . "\n | $PREVIOUS" + . "\n | $UP" + . "\n | $NEXT" # title box . "\n | $t_title" # right-hand side - . "\n | $CONTENTS" - . "\n | $CUSTOM_BUTTONS" # module index - . "\n | $INDEX" + . "\n | $CONTENTS" + # module index + . "\n | $CUSTOM_BUTTONS" + . "\n | $INDEX" . "\n |