texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * tp/Texinfo/Convert/HTML.pm (%css_element_class_


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/Convert/HTML.pm (%css_element_class_styles) (_convert_menu_entry_type, _convert_menu_comment_type), tp/Texinfo/XS/convert/convert_html.c (convert_menu_entry_type) (convert_menu_comment_type): do not use empty spaces to add padding between menu <table> columns, instead use CSS padding-left in the menu description cell.
Date: Mon, 16 Sep 2024 17:35:57 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 03e7349515 * tp/Texinfo/Convert/HTML.pm (%css_element_class_styles) 
(_convert_menu_entry_type, _convert_menu_comment_type), 
tp/Texinfo/XS/convert/convert_html.c (convert_menu_entry_type) 
(convert_menu_comment_type): do not use empty spaces to add padding between 
menu <table> columns, instead use CSS padding-left in the menu description cell.
03e7349515 is described below

commit 03e73495158e0f8c1fbc586c295c1b918823d77b
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Sep 16 23:35:38 2024 +0200

    * tp/Texinfo/Convert/HTML.pm (%css_element_class_styles)
    (_convert_menu_entry_type, _convert_menu_comment_type),
    tp/Texinfo/XS/convert/convert_html.c (convert_menu_entry_type)
    (convert_menu_comment_type): do not use empty spaces to add padding
    between menu <table> columns, instead use CSS padding-left in the
    menu description cell.
    
    * tp/Texinfo/XS/convert/convert_html.c (convert_menu_entry_type): use
    open_element_with_class.
---
 ChangeLog                                          |  12 +
 tp/TODO                                            |   2 +
 tp/Texinfo/Convert/HTML.pm                         |   5 +-
 tp/Texinfo/XS/convert/convert_html.c               |  24 +-
 .../res_html/chap_00ea.html                        |   4 +-
 .../res_html/index.html                            |  10 +-
 tp/t/results/def/text_block_before_defline.pl      |   6 +-
 tp/t/results/html_tests/automatic_menus.pl         |  16 +-
 .../check_htmlxref_menu/res_html/index.html        |   8 +-
 tp/t/results/html_tests/menu.pl                    |  30 +-
 .../node_footnote_use_node/res_html/chapter.html   |   4 +-
 .../node_footnote_use_node/res_html/index.html     |  10 +-
 .../res_html/chapter.html                          |   4 +-
 .../res_html/index.html                            |  10 +-
 .../res_html/First-node.html                       |  20 +-
 .../res_html/index.html                            |  20 +-
 .../htmlxref/htmlxref/res_html/test_refs.html      |  10 +-
 .../res_html/index.html                            |   4 +-
 .../htmlxref/htmlxref_nodes/res_html/index.html    |   4 +-
 .../htmlxref_nodes/res_html/other-nodes.html       |   8 +-
 .../htmlxref_only_mono/res_html/test_refs.html     |  10 +-
 .../htmlxref_only_mono_nodes/res_html/index.html   |   4 +-
 .../res_html/other-nodes.html                      |   8 +-
 .../htmlxref_only_split/res_html/test_refs.html    |  10 +-
 .../htmlxref_only_split_nodes/res_html/index.html  |   4 +-
 .../res_html/other-nodes.html                      |   8 +-
 tp/t/results/info_tests/recursive_down_menu.pl     |  12 +-
 .../directions_string_undef_texi2html.html         |  22 +-
 .../res_html/documentation_examples_texi2html.html |  10 +-
 .../res_html/multiple_lang_chapters.html           |  12 +-
 .../layout/navigation/res_html/navigation.html     |   8 +-
 .../navigation_chapter/res_html/chapter.html       |   6 +-
 .../layout/navigation_chapter/res_html/index.html  |   4 +-
 .../res_html/chapter.html                          |   6 +-
 .../res_html/index.html                            |   4 +-
 .../res_html/chapter.html                          |   6 +-
 .../res_html/index.html                            |   4 +-
 .../res_html/chapter.html                          |   6 +-
 .../res_html/index.html                            |   4 +-
 .../navigation_no_header/res_html/navigation.html  |   8 +-
 .../res_html/navigation.html                       |   8 +-
 .../layout/navigation_node/res_html/chapter.html   |   4 +-
 .../layout/navigation_node/res_html/index.html     |   4 +-
 .../layout/navigation_node/res_html/section.html   |   4 +-
 .../res_html/chapter.html                          |   4 +-
 .../navigation_node_no_header/res_html/index.html  |   4 +-
 .../res_html/section.html                          |   4 +-
 .../res_html/chapter.html                          |   4 +-
 .../res_html/index.html                            |   4 +-
 .../res_html/section.html                          |   4 +-
 .../navigation_node_vertical/res_html/chapter.html |   4 +-
 .../navigation_node_vertical/res_html/index.html   |   4 +-
 .../navigation_node_vertical/res_html/section.html |   4 +-
 .../navigation_section/res_html/chapter.html       |   4 +-
 .../layout/navigation_section/res_html/index.html  |   4 +-
 .../navigation_section/res_html/section.html       |   4 +-
 .../res_html/chapter.html                          |   4 +-
 .../res_html/index.html                            |   4 +-
 .../res_html/section.html                          |   4 +-
 .../res_html/chapter.html                          |   4 +-
 .../res_html/index.html                            |   4 +-
 .../res_html/section.html                          |   4 +-
 .../res_html/chapter.html                          |   4 +-
 .../res_html/index.html                            |   4 +-
 .../res_html/section.html                          |   4 +-
 .../res_html/chapter.html                          |   4 +-
 .../res_html/navigation_abt.html                   |   6 +-
 .../res_html/navigation.html                       |   8 +-
 .../res_html/navigation.html                       |   8 +-
 .../navigation_vertical/res_html/navigation.html   |   8 +-
 .../no_monolithic/res_html/no_monolithic.html      |   4 +-
 .../res_html/no_monolithic.html                    |   4 +-
 ...pendix_and_associated_part_in_generated_menu.pl |  22 +-
 .../menu/block_commands_in_menu_description.pl     |   4 +-
 .../menu/commands_in_nodedescriptionblock.pl       |   8 +-
 tp/t/results/menu/comment_on_menu_line.pl          |   4 +-
 tp/t/results/menu/dash_in_menu.pl                  |   6 +-
 tp/t/results/menu/detailmenu.pl                    |   8 +-
 tp/t/results/menu/detailmenu_in_description.pl     |   6 +-
 tp/t/results/menu/detailmenu_on_subnodes.pl        |  24 +-
 tp/t/results/menu/detailmenu_unknown_node.pl       |   4 +-
 tp/t/results/menu/empty_leading_menu_comment.pl    |   6 +-
 tp/t/results/menu/empty_menu_description.pl        |   6 +-
 tp/t/results/menu/entry_after_detailmenu.pl        |  14 +-
 tp/t/results/menu/example_in_menu_comment.pl       |   6 +-
 tp/t/results/menu/example_in_menu_description.pl   |   6 +-
 tp/t/results/menu/formats_in_menu.pl               |  14 +-
 tp/t/results/menu/inlineraw_in_menu_description.pl |   6 +-
 tp/t/results/menu/invalid_info_menu_entry.pl       |  12 +-
 .../results/menu/leading_space_before_menu_star.pl |   2 +-
 tp/t/results/menu/menu_entry_name.pl               |  22 +-
 tp/t/results/menu/menu_entry_name_comment.pl       |  12 +-
 tp/t/results/menu/menu_entry_no_entry.pl           |   2 +-
 tp/t/results/menu/menu_entry_no_entry_location.pl  |   8 +-
 tp/t/results/menu/menu_entry_node.pl               |  10 +-
 tp/t/results/menu/menu_entry_node_comments.pl      |  10 +-
 tp/t/results/menu/menu_pointing_to_anchor.pl       |   4 +-
 tp/t/results/menu/menu_title_before_entries.pl     |   6 +-
 .../results/menu/missing_detailmenu_on_subnodes.pl |  22 +-
 tp/t/results/menu/no_colon_in_menu.pl              |   2 +-
 tp/t/results/menu/nodedescription_descriptions.pl  |  18 +-
 .../menu/nodedescriptionblock_descriptions.pl      |  14 +-
 .../menu/part_appendix_in_generated_menu.pl        |  20 +-
 tp/t/results/menu/reference_to_external_manual.pl  |   4 +-
 tp/t/results/menu/sc_in_menu.pl                    |   6 +-
 tp/t/results/menu/simple.pl                        |  16 +-
 .../menu/space_and_commands_in_menu_node.pl        |  20 +-
 tp/t/results/menu/verb_in_menu_description.pl      |   6 +-
 .../equivalent_nodes_defined_linked.pl             |   4 +-
 .../more_sections_than_nodes_texi2html.html        |  10 +-
 .../moresectioning/placed_things_before_element.pl |   4 +-
 .../placed_things_before_element_no_use_node.pl    |   4 +-
 .../topic_guide/res_html/guide1.html               |   8 +-
 .../topic_guide/res_html/guide2.html               |   6 +-
 .../moresectioning/topic_guide/res_html/index.html |   6 +-
 .../topic_guide/res_html/topic1.html               |   6 +-
 .../topic_guide/res_html/topic2.html               |   6 +-
 .../topic_guide/res_html/topic3.html               |   2 +-
 .../topic_guide/res_html/topic4.html               |   6 +-
 .../topic_guide/res_html/topic5.html               |   8 +-
 .../one/res_html/test_struct.html                  |   4 +-
 .../sectioning/chapter_between_nodes_texi2html.pl  |   4 +-
 .../in_menu_only_special_ascii_spaces_node_menu.pl |   6 +-
 .../in_menu_only_special_spaces_node_menu.pl       |  14 +-
 .../nodes_after_top_before_chapter_texi2html.html  |   6 +-
 .../res_html/index.html                            |   6 +-
 .../res_html/index.html                            |   6 +-
 ...ter_top_before_section_texi2html_use_nodes.html |   6 +-
 .../res_html/index.html                            |   6 +-
 .../res_html/two_nodes_at_the_end_texi2html.html   |   8 +-
 .../two_nodes_between_chapters_texi2html.html      |   8 +-
 .../master_menu_fr/res_html/chap.html              |   4 +-
 .../master_menu_fr/res_html/index.html             |  10 +-
 .../res_parser/formatting_html32/formatting.html   |  22 +-
 .../sectioning_directions/sectioning.html          |  38 +-
 .../First-node.html                                |  20 +-
 .../sectioning_directions_split_chapter/index.html |  20 +-
 .../documentlanguage_cmdline/documentlanguage.html |   4 +-
 .../formatting_enable_encoding/formatting.html     |  24 +-
 .../res_parser/formatting_fr/formatting.html       |  24 +-
 .../res_parser/formatting_fr_icons/formatting.html |  24 +-
 .../formatting_inline_css/formatting.html          |  22 +-
 .../formatting_numerical_entities/formatting.html  |  24 +-
 .../formatting_texi2html/formatting.html           |  24 +-
 .../formatting_texi2html_nodes/chapter.html        |   4 +-
 .../formatting_texi2html_nodes/index.html          |   8 +-
 .../s_002d_002dect_002cion.html                    |  12 +-
 .../formatting_texi2html_nodes/subsection.html     |   6 +-
 .../formatting_weird_quotes/formatting.html        |  24 +-
 .../no_master_menu_fr.html                         |  12 +-
 .../no_master_menu_no_documentlanguage.html        |  12 +-
 .../encod\303\251/tex_encod\303\251_utf8.html"     |   4 +-
 .../encod\303\251/tex_encod\303\251_utf8.html"     |   4 +-
 .../nested_menu/nested_formats.html                | 468 ++++++++++-----------
 .../res_parser/formatting_singular/chapter.html    |   4 +-
 .../res_parser/formatting_singular/index.htm       |   8 +-
 .../s_002d_002dect_002cion.html                    |  12 +-
 .../res_parser/formatting_singular/subsection.html |   6 +-
 158 files changed, 930 insertions(+), 931 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b7cc365fc8..4f528dc3d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2024-09-16  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/Convert/HTML.pm (%css_element_class_styles)
+       (_convert_menu_entry_type, _convert_menu_comment_type),
+       tp/Texinfo/XS/convert/convert_html.c (convert_menu_entry_type)
+       (convert_menu_comment_type): do not use empty spaces to add padding
+       between menu <table> columns, instead use CSS padding-left in the
+       menu description cell.
+
+       * tp/Texinfo/XS/convert/convert_html.c (convert_menu_entry_type): use
+       open_element_with_class.
+
 2024-09-16  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Convert/HTML.pm (%css_element_class_styles)
diff --git a/tp/TODO b/tp/TODO
index 8733a20953..48d19f9188 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -789,6 +789,8 @@ Test validity of Texinfo XML or docbook
 export XML_CATALOG_FILES=~/src/texinfo/tp/maintain/catalog.xml
 xmllint --nonet --noout --valid commands.xml
 
+tidy does not seems to be released and/or maintained anymore.  It incorrectly
+emits an error for ol type attribute.
 tidy -qe *.html
 
 profiling: package on debian:
diff --git a/tp/Texinfo/Convert/HTML.pm b/tp/Texinfo/Convert/HTML.pm
index d1c66324b2..d31fc28afe 100644
--- a/tp/Texinfo/Convert/HTML.pm
+++ b/tp/Texinfo/Convert/HTML.pm
@@ -2990,7 +2990,7 @@ my %css_element_class_styles = (
      'td.printindex-index-section'   => 'vertical-align: top; padding-left: 
1em',
      'td.printindex-index-see-also'  => 'vertical-align: top; padding-left: 
1em',
      'td.menu-entry-destination'     => 'vertical-align: top',
-     'td.menu-entry-description'     => 'vertical-align: top',
+     'td.menu-entry-description'     => 'vertical-align: top; padding-left: 
1em',
      'th.entries-header-printindex'  => 'text-align:left',
      'th.sections-header-printindex' => 'text-align:left; padding-left: 1em',
      'th.menu-comment'               => 'text-align:left',
@@ -7791,7 +7791,6 @@ sub _convert_menu_entry_type($$$)
   return '<tr>'
      .$self->html_attribute_class('td', ['menu-entry-destination']).'>'
                                            ."$name$MENU_ENTRY_COLON</td>"
-    ."<td>${non_breaking_space}${non_breaking_space}</td>"
     .$self->html_attribute_class('td', ['menu-entry-description']).'>'
                                 ."$description</td></tr>\n";
 }
@@ -7811,7 +7810,7 @@ sub _convert_menu_comment_type($$$$)
     return $content;
   } else {
     return '<tr>'.$self->html_attribute_class('th', ['menu-comment'])
-      . ' colspan="3">'.$content .'</th></tr>';
+      . ' colspan="2">'.$content .'</th></tr>';
   }
 }
 
diff --git a/tp/Texinfo/XS/convert/convert_html.c 
b/tp/Texinfo/XS/convert/convert_html.c
index 03dd4202cb..f02f1d42c3 100644
--- a/tp/Texinfo/XS/convert/convert_html.c
+++ b/tp/Texinfo/XS/convert/convert_html.c
@@ -14729,15 +14729,11 @@ convert_menu_entry_type (CONVERTER *self, const enum 
element_type type,
     }
   else
     {
-      char *attribute_class;
       char *description = 0;
       char *name_no_number = 0;
       text_append_n (result, "<tr>", 4);
-      attribute_class = html_attribute_class (self, "td",
-                             &menu_entry_destination_classes);
-      text_append (result, attribute_class);
-      free (attribute_class);
-      text_append_n (result, ">", 1);
+      open_element_with_class (self, "td",
+                               &menu_entry_destination_classes, result);
 
       if (section && href)
         {
@@ -14828,20 +14824,10 @@ convert_menu_entry_type (CONVERTER *self, const enum 
element_type type,
 
       if (self->conf->MENU_ENTRY_COLON.o.string)
         text_append (result, self->conf->MENU_ENTRY_COLON.o.string);
-      text_append_n (result, "</td><td>", 9);
-      text_append_n (result,
-                self->special_character[SC_non_breaking_space].string,
-                self->special_character[SC_non_breaking_space].len);
-      text_append_n (result,
-                self->special_character[SC_non_breaking_space].string,
-                self->special_character[SC_non_breaking_space].len);
       text_append_n (result, "</td>", 5);
 
-      attribute_class = html_attribute_class (self, "td",
-                             &menu_entry_description_classes);
-      text_append (result, attribute_class);
-      free (attribute_class);
-      text_append_n (result, ">", 1);
+      open_element_with_class (self, "td",
+                               &menu_entry_description_classes, result);
 
       if (formatted_nodedescription_nr > 0)
         {
@@ -14918,7 +14904,7 @@ convert_menu_comment_type (CONVERTER *self, const enum 
element_type type,
                                 &menu_comment_classes);
   text_append (result, attribute_class);
   free (attribute_class);
-  text_append_n (result, " colspan=\"3\">", 13);
+  text_append_n (result, " colspan=\"2\">", 13);
 
   if (content)
     text_append (result, content);
diff --git 
a/tp/t/results/converters_tests/conversion_with_undef_customization/res_html/chap_00ea.html
 
b/tp/t/results/converters_tests/conversion_with_undef_customization/res_html/chap_00ea.html
index 6417f621df..b08034611a 100644
--- 
a/tp/t/results/converters_tests/conversion_with_undef_customization/res_html/chap_00ea.html
+++ 
b/tp/t/results/converters_tests/conversion_with_undef_customization/res_html/chap_00ea.html
@@ -16,7 +16,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -33,7 +33,7 @@ td.menu-entry-destination {vertical-align: top}
 <a class="index-entry-id" id="index-entry"></a>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"> <a href="sec.html" rel="index" 
accesskey="1">sec</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"> <a href="sec.html" rel="index" 
accesskey="1">sec</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 </div>
diff --git 
a/tp/t/results/converters_tests/conversion_with_undef_customization/res_html/index.html
 
b/tp/t/results/converters_tests/conversion_with_undef_customization/res_html/index.html
index f7c641ebbc..623a324aaa 100644
--- 
a/tp/t/results/converters_tests/conversion_with_undef_customization/res_html/index.html
+++ 
b/tp/t/results/converters_tests/conversion_with_undef_customization/res_html/index.html
@@ -17,7 +17,7 @@ a.copiable-link {visibility: hidden; text-decoration: none; 
line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -36,15 +36,15 @@ Next: <a href="chap_00ea.html" accesskey="n" 
rel="next">chap&ecirc;</a> &nbsp; [
 
 
 <table class="menu">
-<tr><td class="menu-entry-destination"> <a href="chap_00ea.html" 
accesskey="1">chap&ecirc;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"> <a href="chap_00ea.html" 
accesskey="1">chap&ecirc;</a></td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted"> &mdash; The Detailed Node Listing &mdash;
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted"> &mdash; The Detailed Node Listing &mdash;
 
 Chap&ecirc;
 
-</pre></th></tr><tr><td class="menu-entry-destination"> <a href="sec.html" 
rel="index" accesskey="2">sec</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination"> <a href="sec.html" 
rel="index" accesskey="2">sec</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 </div>
diff --git a/tp/t/results/def/text_block_before_defline.pl 
b/tp/t/results/def/text_block_before_defline.pl
index f4988cae95..10765052ed 100644
--- a/tp/t/results/def/text_block_before_defline.pl
+++ b/tp/t/results/def/text_block_before_defline.pl
@@ -705,7 +705,7 @@ a.copiable-link {visibility: hidden; text-decoration: none; 
line-height: 0em}
 div.example {margin-left: 3.2em}
 span:hover a.copiable-link {visibility: visible}
 strong.def-name {font-family: monospace; font-weight: bold; font-size: larger}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -722,7 +722,7 @@ Next: <a href="#chapt" accesskey="n" rel="next">Chap</a> 
&nbsp; </p>
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#chapt" 
accesskey="1">chapt</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chapt" 
accesskey="1">chapt</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 <hr>
@@ -741,7 +741,7 @@ Previous: <a href="#Top" accesskey="p" rel="prev">top</a>, 
Up: <a href="#Top" ac
 </pre></div>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="other_manual.html#Top" 
accesskey="1">(other_manual)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="other_manual.html#Top" 
accesskey="1">(other_manual)</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/html_tests/automatic_menus.pl 
b/tp/t/results/html_tests/automatic_menus.pl
index 1f582c34f9..439ebcddc4 100644
--- a/tp/t/results/html_tests/automatic_menus.pl
+++ b/tp/t/results/html_tests/automatic_menus.pl
@@ -578,7 +578,7 @@ $result_converted{'html'}->{'automatic_menus'} = '<!DOCTYPE 
html>
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -596,15 +596,15 @@ Next: <a href="#chap" accesskey="n" rel="next">Chap</a> 
&nbsp; </p>
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#chap" 
accesskey="1">chap</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">Here we begin</td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><td class="menu-entry-destination">&bull; <a href="#chap" 
accesskey="1">chap</a>:</td><td class="menu-entry-description">Here we 
begin</td></tr>
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted"> &mdash; The Detailed Node Listing &mdash;
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted"> &mdash; The Detailed Node Listing &mdash;
 
 Chap
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a href="#sec" 
accesskey="2">sec</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">Here in section</td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#sec-after" 
accesskey="3">sec after</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a href="#sec" 
accesskey="2">sec</a>:</td><td class="menu-entry-description">Here in 
section</td></tr>
+<tr><td class="menu-entry-destination">&bull; <a href="#sec-after" 
accesskey="3">sec after</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 <hr>
@@ -616,8 +616,8 @@ Previous: <a href="#Top" accesskey="p" rel="prev">top</a>, 
Up: <a href="#Top" ac
 <h2 class="chapter" id="Chap"><span>1 Chap<a class="copiable-link" 
href="#Chap"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#sec" 
accesskey="1">sec</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">Here in section</td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#sec-after" 
accesskey="2">sec after</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#sec" 
accesskey="1">sec</a>:</td><td class="menu-entry-description">Here in 
section</td></tr>
+<tr><td class="menu-entry-destination">&bull; <a href="#sec-after" 
accesskey="2">sec after</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 <hr>
diff --git a/tp/t/results/html_tests/check_htmlxref_menu/res_html/index.html 
b/tp/t/results/html_tests/check_htmlxref_menu/res_html/index.html
index bbec8fe0ea..8f2423d48b 100644
--- a/tp/t/results/html_tests/check_htmlxref_menu/res_html/index.html
+++ b/tp/t/results/html_tests/check_htmlxref_menu/res_html/index.html
@@ -19,7 +19,7 @@
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -40,11 +40,11 @@ Next: <a 
href="../no_existing_no_manual_direction_html/index.html" accesskey="n"
 <a data-manual="no_existing_no_manual.info" 
href="../no_existing_no_manual.info_html/a.html#a">c</a>
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="first.html" 
accesskey="1">first</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="first.html" 
accesskey="1">first</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="../other_no_existing_no_manual_html/index.html" 
accesskey="2">(other_no_existing_no_manual)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="../other_no_existing_no_manual_html/index.html" 
accesskey="2">(other_no_existing_no_manual)</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="chapter.html" 
accesskey="3">chapter</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="chapter.html" 
accesskey="3">chapter</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/html_tests/menu.pl b/tp/t/results/html_tests/menu.pl
index c3644ad92f..387942aba4 100644
--- a/tp/t/results/html_tests/menu.pl
+++ b/tp/t/results/html_tests/menu.pl
@@ -1802,7 +1802,7 @@ $result_converted{'html'}->{'menu'} = '<!DOCTYPE html>
 <!--
 pre.menu-comment-preformatted {font-family: serif}
 pre.menu-preformatted {font-family: serif}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 ul.mark-bullet {list-style-type: disc}
@@ -1817,14 +1817,14 @@ ul.mark-bullet {list-style-type: disc}
 <div class="top-level-extent" id="Top">
 <a class="top" id="SEC_Top"></a>
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="ggg.html#Top" 
accesskey="1">(ggg)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">description
+<tr><td class="menu-entry-destination">&bull; <a href="ggg.html#Top" 
accesskey="1">(ggg)</a>:</td><td class="menu-entry-description">description
 <ul class="itemize mark-bullet">
 <li><pre class="menu-preformatted">idescr
 </pre></li></ul>
 in html
 AAA
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 CCC
 
@@ -1840,27 +1840,27 @@ BBB
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">ibb
 </pre></li></ul>
-</th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="manual.html#Top" accesskey="2">(manual)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="manual.html#Top" accesskey="2">(manual)</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 comment
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="after_comment.html#Top" 
accesskey="3">(after_comment)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">description
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="after_comment.html#Top" accesskey="3">(after_comment)</a>:</td><td 
class="menu-entry-description">description
 in description
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="after_description.html#Top" 
accesskey="4">(after_description)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="after_description.html#Top" 
accesskey="4">(after_description)</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="detailggg.html#Top" 
accesskey="5">(detailggg)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">detaildescription
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="detailggg.html#Top" accesskey="5">(detailggg)</a>:</td><td 
class="menu-entry-description">detaildescription
 <ul class="itemize mark-bullet">
 <li><pre class="menu-preformatted">idetaildescr
 </pre></li></ul>
 detailin detailhtml
 detailAAA
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 detailCCC
 
@@ -1876,18 +1876,18 @@ detailBBB
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">detailibb
 </pre></li></ul>
-</th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="detailmanual.html#Top" 
accesskey="6">(detailmanual)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="detailmanual.html#Top" accesskey="6">(detailmanual)</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 detailcomment
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="detailafter_comment.html#Top" 
accesskey="7">(detailafter_comment)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">detaildescription
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="detailafter_comment.html#Top" 
accesskey="7">(detailafter_comment)</a>:</td><td 
class="menu-entry-description">detaildescription
 in detaildescription
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="detailafter_description.html#Top" 
accesskey="8">(detailafter_description)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="detailafter_description.html#Top" 
accesskey="8">(detailafter_description)</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr></table>
 </div>
diff --git 
a/tp/t/results/html_tests/node_footnote_use_node/res_html/chapter.html 
b/tp/t/results/html_tests/node_footnote_use_node/res_html/chapter.html
index 95d2f88a4d..e8ef6700d3 100644
--- a/tp/t/results/html_tests/node_footnote_use_node/res_html/chapter.html
+++ b/tp/t/results/html_tests/node_footnote_use_node/res_html/chapter.html
@@ -19,7 +19,7 @@
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -37,7 +37,7 @@ Next: <a href="a.html#g_t_00e0" accesskey="n" 
rel="next">&agrave;</a>, Previous:
 <h2 class="chapter" id="chapter-1"><span>1 chapter<a class="copiable-link" 
href="#chapter-1"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e0" 
accesskey="1">&agrave;</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e0" 
accesskey="1">&agrave;</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/html_tests/node_footnote_use_node/res_html/index.html 
b/tp/t/results/html_tests/node_footnote_use_node/res_html/index.html
index fb263284f8..fe35351b7f 100644
--- a/tp/t/results/html_tests/node_footnote_use_node/res_html/index.html
+++ b/tp/t/results/html_tests/node_footnote_use_node/res_html/index.html
@@ -17,7 +17,7 @@
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -35,13 +35,13 @@ Next: <a href="a.html#g_t_00e1" accesskey="n" 
rel="next">&aacute;</a> &nbsp; </p
 <h1 class="node"><span>Top<a class="copiable-link" href="#Top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e1" 
accesskey="1">&aacute;</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e1" 
accesskey="1">&aacute;</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e2" 
accesskey="2">&acirc;</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e2" 
accesskey="2">&acirc;</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="chapter.html" 
accesskey="3">chapter</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="chapter.html" 
accesskey="3">chapter</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e0" 
accesskey="4">&agrave;</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e0" 
accesskey="4">&agrave;</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/html_tests/node_footnote_use_node_separate/res_html/chapter.html 
b/tp/t/results/html_tests/node_footnote_use_node_separate/res_html/chapter.html
index 95d2f88a4d..e8ef6700d3 100644
--- 
a/tp/t/results/html_tests/node_footnote_use_node_separate/res_html/chapter.html
+++ 
b/tp/t/results/html_tests/node_footnote_use_node_separate/res_html/chapter.html
@@ -19,7 +19,7 @@
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -37,7 +37,7 @@ Next: <a href="a.html#g_t_00e0" accesskey="n" 
rel="next">&agrave;</a>, Previous:
 <h2 class="chapter" id="chapter-1"><span>1 chapter<a class="copiable-link" 
href="#chapter-1"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e0" 
accesskey="1">&agrave;</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e0" 
accesskey="1">&agrave;</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/html_tests/node_footnote_use_node_separate/res_html/index.html 
b/tp/t/results/html_tests/node_footnote_use_node_separate/res_html/index.html
index fb263284f8..fe35351b7f 100644
--- 
a/tp/t/results/html_tests/node_footnote_use_node_separate/res_html/index.html
+++ 
b/tp/t/results/html_tests/node_footnote_use_node_separate/res_html/index.html
@@ -17,7 +17,7 @@
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -35,13 +35,13 @@ Next: <a href="a.html#g_t_00e1" accesskey="n" 
rel="next">&aacute;</a> &nbsp; </p
 <h1 class="node"><span>Top<a class="copiable-link" href="#Top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e1" 
accesskey="1">&aacute;</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e1" 
accesskey="1">&aacute;</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e2" 
accesskey="2">&acirc;</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e2" 
accesskey="2">&acirc;</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="chapter.html" 
accesskey="3">chapter</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="chapter.html" 
accesskey="3">chapter</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e0" 
accesskey="4">&agrave;</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="a.html#g_t_00e0" 
accesskey="4">&agrave;</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/html_tests/sectioning_check_menu_structure/res_html/First-node.html
 
b/tp/t/results/html_tests/sectioning_check_menu_structure/res_html/First-node.html
index 3661aa6bc7..b276b607ce 100644
--- 
a/tp/t/results/html_tests/sectioning_check_menu_structure/res_html/First-node.html
+++ 
b/tp/t/results/html_tests/sectioning_check_menu_structure/res_html/First-node.html
@@ -17,7 +17,7 @@ a.copiable-link {visibility: hidden; text-decoration: none; 
line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -47,13 +47,13 @@ th.menu-comment {text-align:left}
 
 <p>first node chapter text
 </p><table class="menu">
-<tr><td class="menu-entry-destination"><a href="#unnumbered">unnumbered 
section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">un
+<tr><td class="menu-entry-destination"><a href="#unnumbered">unnumbered 
section</a></td><td class="menu-entry-description">un
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#unnumbered2">unnumbered 
section2</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">un2
+<tr><td class="menu-entry-destination"><a href="#unnumbered2">unnumbered 
section2</a></td><td class="menu-entry-description">un2
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#numbered">1.1 numbered 
section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">nu
+<tr><td class="menu-entry-destination"><a href="#numbered">1.1 numbered 
section</a></td><td class="menu-entry-description">nu
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr></table>
 
@@ -77,13 +77,13 @@ th.menu-comment {text-align:left}
 <h2 class="unnumberedsec" id="unnumbered-section"><span>unnumbered section<a 
class="copiable-link" href="#unnumbered-section"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#unnumbered-sub">unnumbered 
subsection</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">un
+<tr><td class="menu-entry-destination"><a href="#unnumbered-sub">unnumbered 
subsection</a></td><td class="menu-entry-description">un
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#numbered-sub">numbered 
subsection</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">nu
+<tr><td class="menu-entry-destination"><a href="#numbered-sub">numbered 
subsection</a></td><td class="menu-entry-description">nu
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#unnumbered-sub2">unnumbered 
subsection2</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">un2
+<tr><td class="menu-entry-destination"><a href="#unnumbered-sub2">unnumbered 
subsection2</a></td><td class="menu-entry-description">un2
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#numbered-sub2">numbered 
subsection2</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">nu2
+<tr><td class="menu-entry-destination"><a href="#numbered-sub2">numbered 
subsection2</a></td><td class="menu-entry-description">nu2
 </td></tr>
 </table>
 
@@ -188,7 +188,7 @@ th.menu-comment {text-align:left}
 <h2 class="unnumberedsec" id="unnumbered-section2"><span>unnumbered section2<a 
class="copiable-link" href="#unnumbered-section2"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#numbered-sub3">numbered 
subsection3</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#numbered-sub3">numbered 
subsection3</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/html_tests/sectioning_check_menu_structure/res_html/index.html 
b/tp/t/results/html_tests/sectioning_check_menu_structure/res_html/index.html
index 092a53ec01..e6120d8636 100644
--- 
a/tp/t/results/html_tests/sectioning_check_menu_structure/res_html/index.html
+++ 
b/tp/t/results/html_tests/sectioning_check_menu_structure/res_html/index.html
@@ -15,7 +15,7 @@
 <!--
 pre.menu-comment-preformatted {font-family: serif}
 span.program-in-footer {font-size: smaller}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -35,33 +35,33 @@ th.menu-comment {text-align:left}
 <td class="nav-button">[<a href="sectioning_abt.html#SEC_About" title="About 
(help)"> ? </a>]</td>
 </tr></table>
 <a class="top" id="SEC_Top"></a><table class="menu">
-<tr><td class="menu-entry-destination"><a href="First-node.html#First-node">1 
first node chapter</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">node 1
+<tr><td class="menu-entry-destination"><a href="First-node.html#First-node">1 
first node chapter</a></td><td class="menu-entry-description">node 1
   explaination no heading ?
 * and here ?
 With command &icirc; and
 a <cite class="cite">me</cite>.
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 heading
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="First-node.html#between-node">between 
node</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="First-node.html#between-node">between node</a></td><td 
class="menu-entry-description">
 node in between
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 heading 
 or not ?
-</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="Second-node.html">2 second node chapter</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">node 2
+</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="Second-node.html">2 second node chapter</a></td><td 
class="menu-entry-description">node 2
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 heading with spaces around
 
-</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="Third-node-unnumbered.html">unnumbered 
chapter</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">unnumbered in Top menu
+</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="Third-node-unnumbered.html">unnumbered chapter</a></td><td 
class="menu-entry-description">unnumbered in Top menu
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="Third-node-unnumbered.html#Last-node-no-description">Last node no 
description</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="Third-node-unnumbered.html#Last-node-no-description">Last node no 
description</a></td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 description here
 
diff --git a/tp/t/results/htmlxref/htmlxref/res_html/test_refs.html 
b/tp/t/results/htmlxref/htmlxref/res_html/test_refs.html
index d0aabdc8a4..0c997cbae3 100644
--- a/tp/t/results/htmlxref/htmlxref/res_html/test_refs.html
+++ b/tp/t/results/htmlxref/htmlxref/res_html/test_refs.html
@@ -18,7 +18,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 div.example {margin-left: 3.2em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -31,7 +31,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="top" id="Test-refs"><span>Test refs<a class="copiable-link" 
href="#Test-refs"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#other-nodes" accesskey="1">1 
Chapter with nodes</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#other-nodes" accesskey="1">1 
Chapter with nodes</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -109,11 +109,11 @@ split: ../doc/node.html#node
 </pre></div>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a 
href="#g_t_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e"
 accesskey="1">!_&quot;#$%&amp;'()*+-.</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="#g_t_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e"
 accesskey="1">!_&quot;#$%&amp;'()*+-.</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="#g_t_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e"
 accesskey="2">/;&lt;=&gt;?[\]^_`|~</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="#g_t_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e"
 accesskey="2">/;&lt;=&gt;?[\]^_`|~</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#local-node" 
accesskey="3">local node</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#local-node" 
accesskey="3">local node</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/htmlxref/htmlxref_no_urlprefix_first/res_html/index.html 
b/tp/t/results/htmlxref/htmlxref_no_urlprefix_first/res_html/index.html
index f880cd70e6..dcb548b0a9 100644
--- a/tp/t/results/htmlxref/htmlxref_no_urlprefix_first/res_html/index.html
+++ b/tp/t/results/htmlxref/htmlxref_no_urlprefix_first/res_html/index.html
@@ -17,7 +17,7 @@
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -35,7 +35,7 @@ Next: <a href="chap.html" accesskey="n" rel="next">Chap</a> 
&nbsp; </p>
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="chap.html" 
accesskey="1">chap</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="chap.html" 
accesskey="1">chap</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 </div>
diff --git a/tp/t/results/htmlxref/htmlxref_nodes/res_html/index.html 
b/tp/t/results/htmlxref/htmlxref_nodes/res_html/index.html
index 1b1ea71d54..f3d81793d3 100644
--- a/tp/t/results/htmlxref/htmlxref_nodes/res_html/index.html
+++ b/tp/t/results/htmlxref/htmlxref_nodes/res_html/index.html
@@ -18,7 +18,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 div.example {margin-left: 3.2em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -36,7 +36,7 @@ Next: <a href="other-nodes.html" accesskey="n" 
rel="next">Chapter with nodes</a>
 <h1 class="top" id="Test-refs"><span>Test refs<a class="copiable-link" 
href="#Test-refs"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="other-nodes.html" 
accesskey="1">other nodes</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="other-nodes.html" 
accesskey="1">other nodes</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/htmlxref/htmlxref_nodes/res_html/other-nodes.html 
b/tp/t/results/htmlxref/htmlxref_nodes/res_html/other-nodes.html
index 3a651b06b4..666b012bc8 100644
--- a/tp/t/results/htmlxref/htmlxref_nodes/res_html/other-nodes.html
+++ b/tp/t/results/htmlxref/htmlxref_nodes/res_html/other-nodes.html
@@ -20,7 +20,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 div.example {margin-left: 3.2em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -47,11 +47,11 @@ Next: <a 
href="_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d
 </pre></div>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a 
href="_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html"
 accesskey="1">!_&quot;#$%&amp;'()*+-.</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html"
 accesskey="1">!_&quot;#$%&amp;'()*+-.</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html"
 accesskey="2">/;&lt;=&gt;?[\]^_`|~</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html"
 accesskey="2">/;&lt;=&gt;?[\]^_`|~</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="local-node.html" 
accesskey="3">local node</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="local-node.html" 
accesskey="3">local node</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/htmlxref/htmlxref_only_mono/res_html/test_refs.html 
b/tp/t/results/htmlxref/htmlxref_only_mono/res_html/test_refs.html
index d0aabdc8a4..0c997cbae3 100644
--- a/tp/t/results/htmlxref/htmlxref_only_mono/res_html/test_refs.html
+++ b/tp/t/results/htmlxref/htmlxref_only_mono/res_html/test_refs.html
@@ -18,7 +18,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 div.example {margin-left: 3.2em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -31,7 +31,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="top" id="Test-refs"><span>Test refs<a class="copiable-link" 
href="#Test-refs"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#other-nodes" accesskey="1">1 
Chapter with nodes</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#other-nodes" accesskey="1">1 
Chapter with nodes</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -109,11 +109,11 @@ split: ../doc/node.html#node
 </pre></div>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a 
href="#g_t_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e"
 accesskey="1">!_&quot;#$%&amp;'()*+-.</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="#g_t_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e"
 accesskey="1">!_&quot;#$%&amp;'()*+-.</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="#g_t_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e"
 accesskey="2">/;&lt;=&gt;?[\]^_`|~</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="#g_t_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e"
 accesskey="2">/;&lt;=&gt;?[\]^_`|~</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#local-node" 
accesskey="3">local node</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#local-node" 
accesskey="3">local node</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/index.html 
b/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/index.html
index 0f1346c662..7af5658276 100644
--- a/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/index.html
+++ b/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/index.html
@@ -18,7 +18,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 div.example {margin-left: 3.2em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -36,7 +36,7 @@ Next: <a href="other-nodes.html" accesskey="n" 
rel="next">Chapter with nodes</a>
 <h1 class="top" id="Test-refs"><span>Test refs<a class="copiable-link" 
href="#Test-refs"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="other-nodes.html" 
accesskey="1">other nodes</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="other-nodes.html" 
accesskey="1">other nodes</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/other-nodes.html 
b/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/other-nodes.html
index 3a651b06b4..666b012bc8 100644
--- a/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/other-nodes.html
+++ b/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/other-nodes.html
@@ -20,7 +20,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 div.example {margin-left: 3.2em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -47,11 +47,11 @@ Next: <a 
href="_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d
 </pre></div>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a 
href="_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html"
 accesskey="1">!_&quot;#$%&amp;'()*+-.</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html"
 accesskey="1">!_&quot;#$%&amp;'()*+-.</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html"
 accesskey="2">/;&lt;=&gt;?[\]^_`|~</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html"
 accesskey="2">/;&lt;=&gt;?[\]^_`|~</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="local-node.html" 
accesskey="3">local node</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="local-node.html" 
accesskey="3">local node</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/htmlxref/htmlxref_only_split/res_html/test_refs.html 
b/tp/t/results/htmlxref/htmlxref_only_split/res_html/test_refs.html
index 75109b0aeb..39316d1053 100644
--- a/tp/t/results/htmlxref/htmlxref_only_split/res_html/test_refs.html
+++ b/tp/t/results/htmlxref/htmlxref_only_split/res_html/test_refs.html
@@ -18,7 +18,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 div.example {margin-left: 3.2em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -31,7 +31,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="top" id="Test-refs"><span>Test refs<a class="copiable-link" 
href="#Test-refs"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#other-nodes" accesskey="1">1 
Chapter with nodes</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#other-nodes" accesskey="1">1 
Chapter with nodes</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -109,11 +109,11 @@ split: ../doc/node.html#node
 </pre></div>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a 
href="#g_t_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e"
 accesskey="1">!_&quot;#$%&amp;'()*+-.</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="#g_t_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e"
 accesskey="1">!_&quot;#$%&amp;'()*+-.</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="#g_t_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e"
 accesskey="2">/;&lt;=&gt;?[\]^_`|~</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="#g_t_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e"
 accesskey="2">/;&lt;=&gt;?[\]^_`|~</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#local-node" 
accesskey="3">local node</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#local-node" 
accesskey="3">local node</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/index.html 
b/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/index.html
index 1b1ea71d54..f3d81793d3 100644
--- a/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/index.html
+++ b/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/index.html
@@ -18,7 +18,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 div.example {margin-left: 3.2em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -36,7 +36,7 @@ Next: <a href="other-nodes.html" accesskey="n" 
rel="next">Chapter with nodes</a>
 <h1 class="top" id="Test-refs"><span>Test refs<a class="copiable-link" 
href="#Test-refs"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="other-nodes.html" 
accesskey="1">other nodes</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="other-nodes.html" 
accesskey="1">other nodes</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/other-nodes.html 
b/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/other-nodes.html
index 3a651b06b4..666b012bc8 100644
--- a/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/other-nodes.html
+++ b/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/other-nodes.html
@@ -20,7 +20,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 div.example {margin-left: 3.2em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -47,11 +47,11 @@ Next: <a 
href="_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d
 </pre></div>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a 
href="_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html"
 accesskey="1">!_&quot;#$%&amp;'()*+-.</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html"
 accesskey="1">!_&quot;#$%&amp;'()*+-.</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html"
 accesskey="2">/;&lt;=&gt;?[\]^_`|~</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html"
 accesskey="2">/;&lt;=&gt;?[\]^_`|~</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="local-node.html" 
accesskey="3">local node</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="local-node.html" 
accesskey="3">local node</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/info_tests/recursive_down_menu.pl 
b/tp/t/results/info_tests/recursive_down_menu.pl
index a27c091dbf..99ab3289e9 100644
--- a/tp/t/results/info_tests/recursive_down_menu.pl
+++ b/tp/t/results/info_tests/recursive_down_menu.pl
@@ -402,7 +402,7 @@ $result_converted{'html'}->{'recursive_down_menu'} = 
'<!DOCTYPE html>
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -420,15 +420,15 @@ Next: <a href="#chapN" accesskey="n" rel="next">Intro</a> 
&nbsp; </p>
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#chapN" 
accesskey="1">chapN</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chapN" 
accesskey="1">chapN</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted"> &mdash; The Detailed Node Listing &mdash;
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted"> &mdash; The Detailed Node Listing &mdash;
 
 Intro
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a href="#chapN" 
accesskey="2">chapN</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a href="#chapN" 
accesskey="2">chapN</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 <hr>
@@ -440,7 +440,7 @@ Previous: <a href="#Top" accesskey="p" rel="prev">top</a>, 
Up: <a href="#Top" ac
 <h2 class="chapter" id="Intro"><span>1 Intro<a class="copiable-link" 
href="#Intro"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#chapN" 
accesskey="1">chapN</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chapN" 
accesskey="1">chapN</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 </div>
diff --git 
a/tp/t/results/init_files_tests/directions_string_undef_texi2html/res_html/directions_string_undef_texi2html.html
 
b/tp/t/results/init_files_tests/directions_string_undef_texi2html/res_html/directions_string_undef_texi2html.html
index 6c6567583f..3619b206f5 100644
--- 
a/tp/t/results/init_files_tests/directions_string_undef_texi2html/res_html/directions_string_undef_texi2html.html
+++ 
b/tp/t/results/init_files_tests/directions_string_undef_texi2html/res_html/directions_string_undef_texi2html.html
@@ -21,7 +21,7 @@ table.direction-about {border-collapse: collapse}
 td.button-direction-about {text-align: center; border-width: thin; 
border-right-style: solid}
 td.description-direction-about {border-width: thin; border-right-style: solid; 
border-left-style: solid}
 td.example-direction-about {border-width: thin; border-left-style: solid}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 th.button-direction-about {border-width: thin; border-bottom-style: solid; 
border-right-style: solid}
@@ -48,21 +48,21 @@ th.name-direction-about {border-width: thin; 
border-bottom-style: solid; border-
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#chap">1 
Chap</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chap">1 Chap</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#chap2">2 Chap 
2</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chap2">2 Chap 2</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted"> &mdash; The Detailed Node Listing &mdash;
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted"> &mdash; The Detailed Node Listing &mdash;
 
 Chap 2
 
-</pre></th></tr><tr><td class="menu-entry-destination"><a href="#sec1">2.1 Sec 
1</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination"><a href="#sec1">2.1 Sec 
1</a></td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#sec2">2.2 Sec 
2</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#sec2">2.2 Sec 2</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#sec3">2.3 Sec 
3</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#sec3">2.3 Sec 3</a></td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 <hr style="height: 6px;">
@@ -105,11 +105,11 @@ Chap 2
 <h1 class="chapter" id="Chap-2"><span>2 Chap 2<a class="copiable-link" 
href="#Chap-2"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#sec1">2.1 Sec 
1</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#sec1">2.1 Sec 1</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#sec2">2.2 Sec 
2</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#sec2">2.2 Sec 2</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#sec3">2.3 Sec 
3</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#sec3">2.3 Sec 3</a></td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 <hr>
diff --git 
a/tp/t/results/init_files_tests/documentation_examples_texi2html/res_html/documentation_examples_texi2html.html
 
b/tp/t/results/init_files_tests/documentation_examples_texi2html/res_html/documentation_examples_texi2html.html
index 2088fa8ba0..aecc20c7d8 100644
--- 
a/tp/t/results/init_files_tests/documentation_examples_texi2html/res_html/documentation_examples_texi2html.html
+++ 
b/tp/t/results/init_files_tests/documentation_examples_texi2html/res_html/documentation_examples_texi2html.html
@@ -27,7 +27,7 @@ table.direction-about {border-collapse: collapse}
 td.button-direction-about {text-align: center; border-width: thin; 
border-right-style: solid}
 td.description-direction-about {border-width: thin; border-right-style: solid; 
border-left-style: solid}
 td.example-direction-about {border-width: thin; border-left-style: solid}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 td.printindex-index-entry {vertical-align: top}
@@ -75,15 +75,15 @@ ul.toc-numbered-mark {list-style: none}
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a 
href="#prepended_to_labels-chapter">1 Chapter</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="#prepended_to_labels-chapter">1 Chapter</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a 
href="#prepended_to_labels-my-node">2 New node</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="#prepended_to_labels-my-node">2 New node</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Appendices
 
-</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="#prepended_to_labels-Index" rel="index">Appendix A 
Index</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="#prepended_to_labels-Index" rel="index">Appendix A Index</a></td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 <hr style="height: 6px;">
diff --git 
a/tp/t/results/languages/multiple_lang_chapters_texi2html/res_html/multiple_lang_chapters.html
 
b/tp/t/results/languages/multiple_lang_chapters_texi2html/res_html/multiple_lang_chapters.html
index 5e8d282373..e1dfa5d839 100644
--- 
a/tp/t/results/languages/multiple_lang_chapters_texi2html/res_html/multiple_lang_chapters.html
+++ 
b/tp/t/results/languages/multiple_lang_chapters_texi2html/res_html/multiple_lang_chapters.html
@@ -21,7 +21,7 @@ table.direction-about {border-collapse: collapse}
 td.button-direction-about {text-align: center; border-width: thin; 
border-right-style: solid}
 td.description-direction-about {border-width: thin; border-right-style: solid; 
border-left-style: solid}
 td.example-direction-about {border-width: thin; border-left-style: solid}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 th.button-direction-about {border-width: thin; border-bottom-style: solid; 
border-right-style: solid}
@@ -49,15 +49,15 @@ th.name-direction-about {border-width: thin; 
border-bottom-style: solid; border-
 <h1 class="top" id="Multi-language-file"><span>Multi language file<a 
class="copiable-link" href="#Multi-language-file"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#chapter-ja">1 
ja</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chapter-ja">1 ja</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#chapter-en">2 
en</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chapter-en">2 en</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#chapter-fr_005fFR">3 
fr_FR</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chapter-fr_005fFR">3 
fr_FR</a></td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#chapter-de">4 
de</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chapter-de">4 de</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#chapter-pt_005fBR">5 
pt_bR</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chapter-pt_005fBR">5 
pt_bR</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/layout/navigation/res_html/navigation.html 
b/tp/t/results/layout/navigation/res_html/navigation.html
index f8e7b13587..67725cd42f 100644
--- a/tp/t/results/layout/navigation/res_html/navigation.html
+++ b/tp/t/results/layout/navigation/res_html/navigation.html
@@ -21,7 +21,7 @@ table.direction-about {border-collapse: collapse}
 td.button-direction-about {text-align: center; border-width: thin; 
border-right-style: solid}
 td.description-direction-about {border-width: thin; border-right-style: solid; 
border-left-style: solid}
 td.example-direction-about {border-width: thin; border-left-style: solid}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 th.button-direction-about {border-width: thin; border-bottom-style: solid; 
border-right-style: solid}
@@ -48,7 +48,7 @@ ul.toc-numbered-mark {list-style: none}
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#chapter">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chapter">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -72,7 +72,7 @@ ul.toc-numbered-mark {list-style: none}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -123,7 +123,7 @@ ul.toc-numbered-mark {list-style: none}
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/layout/navigation_chapter/res_html/chapter.html 
b/tp/t/results/layout/navigation_chapter/res_html/chapter.html
index cba7f50a2a..e3c72839b7 100644
--- a/tp/t/results/layout/navigation_chapter/res_html/chapter.html
+++ b/tp/t/results/layout/navigation_chapter/res_html/chapter.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -45,7 +45,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -96,7 +96,7 @@ td.menu-entry-destination {vertical-align: top}
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/layout/navigation_chapter/res_html/index.html 
b/tp/t/results/layout/navigation_chapter/res_html/index.html
index b2dfbd0124..8832e30db3 100644
--- a/tp/t/results/layout/navigation_chapter/res_html/index.html
+++ b/tp/t/results/layout/navigation_chapter/res_html/index.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -38,7 +38,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="chapter.html#chapter">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="chapter.html#chapter">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_chapter_no_header/res_html/chapter.html 
b/tp/t/results/layout/navigation_chapter_no_header/res_html/chapter.html
index c13501d0ad..98ce796cdb 100644
--- a/tp/t/results/layout/navigation_chapter_no_header/res_html/chapter.html
+++ b/tp/t/results/layout/navigation_chapter_no_header/res_html/chapter.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -44,7 +44,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -80,7 +80,7 @@ td.menu-entry-destination {vertical-align: top}
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_chapter_no_header/res_html/index.html 
b/tp/t/results/layout/navigation_chapter_no_header/res_html/index.html
index b2dfbd0124..8832e30db3 100644
--- a/tp/t/results/layout/navigation_chapter_no_header/res_html/index.html
+++ b/tp/t/results/layout/navigation_chapter_no_header/res_html/index.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -38,7 +38,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="chapter.html#chapter">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="chapter.html#chapter">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/chapter.html
 
b/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/chapter.html
index 8001a5f417..4bf8dae552 100644
--- 
a/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/chapter.html
+++ 
b/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/chapter.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -70,7 +70,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -106,7 +106,7 @@ td.menu-entry-destination {vertical-align: top}
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/index.html 
b/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/index.html
index 1bcd93f4d8..9dc326c0ac 100644
--- 
a/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/index.html
+++ 
b/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/index.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -55,7 +55,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="chapter.html#chapter">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="chapter.html#chapter">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_chapter_vertical/res_html/chapter.html 
b/tp/t/results/layout/navigation_chapter_vertical/res_html/chapter.html
index 998c54f59b..4a9ab356b6 100644
--- a/tp/t/results/layout/navigation_chapter_vertical/res_html/chapter.html
+++ b/tp/t/results/layout/navigation_chapter_vertical/res_html/chapter.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -76,7 +76,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -127,7 +127,7 @@ td.menu-entry-destination {vertical-align: top}
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_chapter_vertical/res_html/index.html 
b/tp/t/results/layout/navigation_chapter_vertical/res_html/index.html
index 1bcd93f4d8..9dc326c0ac 100644
--- a/tp/t/results/layout/navigation_chapter_vertical/res_html/index.html
+++ b/tp/t/results/layout/navigation_chapter_vertical/res_html/index.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -55,7 +55,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="chapter.html#chapter">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="chapter.html#chapter">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/layout/navigation_no_header/res_html/navigation.html 
b/tp/t/results/layout/navigation_no_header/res_html/navigation.html
index af3fc0b13b..27a6474813 100644
--- a/tp/t/results/layout/navigation_no_header/res_html/navigation.html
+++ b/tp/t/results/layout/navigation_no_header/res_html/navigation.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 ul.toc-numbered-mark {list-style: none}
 -->
@@ -31,7 +31,7 @@ ul.toc-numbered-mark {list-style: none}
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#chapter">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chapter">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -40,7 +40,7 @@ ul.toc-numbered-mark {list-style: none}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -76,7 +76,7 @@ ul.toc-numbered-mark {list-style: none}
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_no_header_vertical/res_html/navigation.html 
b/tp/t/results/layout/navigation_no_header_vertical/res_html/navigation.html
index 169a748d60..8f80a207e2 100644
--- a/tp/t/results/layout/navigation_no_header_vertical/res_html/navigation.html
+++ b/tp/t/results/layout/navigation_no_header_vertical/res_html/navigation.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 ul.toc-numbered-mark {list-style: none}
 -->
@@ -31,7 +31,7 @@ ul.toc-numbered-mark {list-style: none}
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#chapter">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chapter">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -43,7 +43,7 @@ ul.toc-numbered-mark {list-style: none}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -79,7 +79,7 @@ ul.toc-numbered-mark {list-style: none}
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/layout/navigation_node/res_html/chapter.html 
b/tp/t/results/layout/navigation_node/res_html/chapter.html
index 03253296e1..7e3334da7a 100644
--- a/tp/t/results/layout/navigation_node/res_html/chapter.html
+++ b/tp/t/results/layout/navigation_node/res_html/chapter.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -46,7 +46,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="section.html">1.1 Section in 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="section.html">1.1 Section in 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/layout/navigation_node/res_html/index.html 
b/tp/t/results/layout/navigation_node/res_html/index.html
index 09a0426be6..f06418da30 100644
--- a/tp/t/results/layout/navigation_node/res_html/index.html
+++ b/tp/t/results/layout/navigation_node/res_html/index.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -39,7 +39,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="chapter.html">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="chapter.html">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/layout/navigation_node/res_html/section.html 
b/tp/t/results/layout/navigation_node/res_html/section.html
index 5bd02e9bea..be818b6ae6 100644
--- a/tp/t/results/layout/navigation_node/res_html/section.html
+++ b/tp/t/results/layout/navigation_node/res_html/section.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -73,7 +73,7 @@ td.menu-entry-destination {vertical-align: top}
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="subsection.html">1.1.1 Sub 
section in section</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="subsection.html">1.1.1 Sub 
section in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_node_no_header/res_html/chapter.html 
b/tp/t/results/layout/navigation_node_no_header/res_html/chapter.html
index 5bb5642cab..8434383d24 100644
--- a/tp/t/results/layout/navigation_node_no_header/res_html/chapter.html
+++ b/tp/t/results/layout/navigation_node_no_header/res_html/chapter.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -45,7 +45,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="section.html">1.1 Section in 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="section.html">1.1 Section in 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/layout/navigation_node_no_header/res_html/index.html 
b/tp/t/results/layout/navigation_node_no_header/res_html/index.html
index a5add16d60..df7f21cb69 100644
--- a/tp/t/results/layout/navigation_node_no_header/res_html/index.html
+++ b/tp/t/results/layout/navigation_node_no_header/res_html/index.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -39,7 +39,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="chapter.html">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="chapter.html">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_node_no_header/res_html/section.html 
b/tp/t/results/layout/navigation_node_no_header/res_html/section.html
index c44b27de78..f36dcd2921 100644
--- a/tp/t/results/layout/navigation_node_no_header/res_html/section.html
+++ b/tp/t/results/layout/navigation_node_no_header/res_html/section.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -72,7 +72,7 @@ td.menu-entry-destination {vertical-align: top}
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="subsection.html">1.1.1 Sub 
section in section</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="subsection.html">1.1.1 Sub 
section in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_node_no_header_vertical/res_html/chapter.html 
b/tp/t/results/layout/navigation_node_no_header_vertical/res_html/chapter.html
index 5bb5642cab..8434383d24 100644
--- 
a/tp/t/results/layout/navigation_node_no_header_vertical/res_html/chapter.html
+++ 
b/tp/t/results/layout/navigation_node_no_header_vertical/res_html/chapter.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -45,7 +45,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="section.html">1.1 Section in 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="section.html">1.1 Section in 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_node_no_header_vertical/res_html/index.html 
b/tp/t/results/layout/navigation_node_no_header_vertical/res_html/index.html
index e01eb8ca8c..ce163e6f18 100644
--- a/tp/t/results/layout/navigation_node_no_header_vertical/res_html/index.html
+++ b/tp/t/results/layout/navigation_node_no_header_vertical/res_html/index.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -55,7 +55,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="chapter.html">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="chapter.html">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_node_no_header_vertical/res_html/section.html 
b/tp/t/results/layout/navigation_node_no_header_vertical/res_html/section.html
index c44b27de78..f36dcd2921 100644
--- 
a/tp/t/results/layout/navigation_node_no_header_vertical/res_html/section.html
+++ 
b/tp/t/results/layout/navigation_node_no_header_vertical/res_html/section.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -72,7 +72,7 @@ td.menu-entry-destination {vertical-align: top}
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="subsection.html">1.1.1 Sub 
section in section</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="subsection.html">1.1.1 Sub 
section in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/layout/navigation_node_vertical/res_html/chapter.html 
b/tp/t/results/layout/navigation_node_vertical/res_html/chapter.html
index efe9039fb5..ac9c8ad2e4 100644
--- a/tp/t/results/layout/navigation_node_vertical/res_html/chapter.html
+++ b/tp/t/results/layout/navigation_node_vertical/res_html/chapter.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -76,7 +76,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="section.html">1.1 Section in 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="section.html">1.1 Section in 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/layout/navigation_node_vertical/res_html/index.html 
b/tp/t/results/layout/navigation_node_vertical/res_html/index.html
index 3d3e024f6b..037ef35cb6 100644
--- a/tp/t/results/layout/navigation_node_vertical/res_html/index.html
+++ b/tp/t/results/layout/navigation_node_vertical/res_html/index.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -55,7 +55,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="chapter.html">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="chapter.html">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/layout/navigation_node_vertical/res_html/section.html 
b/tp/t/results/layout/navigation_node_vertical/res_html/section.html
index f7740aa934..72af8b6688 100644
--- a/tp/t/results/layout/navigation_node_vertical/res_html/section.html
+++ b/tp/t/results/layout/navigation_node_vertical/res_html/section.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -103,7 +103,7 @@ td.menu-entry-destination {vertical-align: top}
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="subsection.html">1.1.1 Sub 
section in section</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="subsection.html">1.1.1 Sub 
section in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/layout/navigation_section/res_html/chapter.html 
b/tp/t/results/layout/navigation_section/res_html/chapter.html
index 3f588747e7..7441c968ae 100644
--- a/tp/t/results/layout/navigation_section/res_html/chapter.html
+++ b/tp/t/results/layout/navigation_section/res_html/chapter.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -45,7 +45,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="section.html#section">1.1 
Section in chapter</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="section.html#section">1.1 
Section in chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/layout/navigation_section/res_html/index.html 
b/tp/t/results/layout/navigation_section/res_html/index.html
index 3d50ddbfc0..b8ec5d202e 100644
--- a/tp/t/results/layout/navigation_section/res_html/index.html
+++ b/tp/t/results/layout/navigation_section/res_html/index.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -38,7 +38,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="chapter.html">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="chapter.html">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/layout/navigation_section/res_html/section.html 
b/tp/t/results/layout/navigation_section/res_html/section.html
index f4e25d9e00..aa5305220e 100644
--- a/tp/t/results/layout/navigation_section/res_html/section.html
+++ b/tp/t/results/layout/navigation_section/res_html/section.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -72,7 +72,7 @@ td.menu-entry-destination {vertical-align: top}
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_section_no_header/res_html/chapter.html 
b/tp/t/results/layout/navigation_section_no_header/res_html/chapter.html
index 3f588747e7..7441c968ae 100644
--- a/tp/t/results/layout/navigation_section_no_header/res_html/chapter.html
+++ b/tp/t/results/layout/navigation_section_no_header/res_html/chapter.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -45,7 +45,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="section.html#section">1.1 
Section in chapter</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="section.html#section">1.1 
Section in chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_section_no_header/res_html/index.html 
b/tp/t/results/layout/navigation_section_no_header/res_html/index.html
index 3d50ddbfc0..b8ec5d202e 100644
--- a/tp/t/results/layout/navigation_section_no_header/res_html/index.html
+++ b/tp/t/results/layout/navigation_section_no_header/res_html/index.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -38,7 +38,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="chapter.html">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="chapter.html">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_section_no_header/res_html/section.html 
b/tp/t/results/layout/navigation_section_no_header/res_html/section.html
index 3a0aa66c3e..e85ea898ac 100644
--- a/tp/t/results/layout/navigation_section_no_header/res_html/section.html
+++ b/tp/t/results/layout/navigation_section_no_header/res_html/section.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -72,7 +72,7 @@ td.menu-entry-destination {vertical-align: top}
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_section_no_header_vertical/res_html/chapter.html
 
b/tp/t/results/layout/navigation_section_no_header_vertical/res_html/chapter.html
index 9b5ea49299..c7c1300ab4 100644
--- 
a/tp/t/results/layout/navigation_section_no_header_vertical/res_html/chapter.html
+++ 
b/tp/t/results/layout/navigation_section_no_header_vertical/res_html/chapter.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -76,7 +76,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="section.html#section">1.1 
Section in chapter</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="section.html#section">1.1 
Section in chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_section_no_header_vertical/res_html/index.html 
b/tp/t/results/layout/navigation_section_no_header_vertical/res_html/index.html
index 3d3e024f6b..037ef35cb6 100644
--- 
a/tp/t/results/layout/navigation_section_no_header_vertical/res_html/index.html
+++ 
b/tp/t/results/layout/navigation_section_no_header_vertical/res_html/index.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -55,7 +55,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="chapter.html">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="chapter.html">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_section_no_header_vertical/res_html/section.html
 
b/tp/t/results/layout/navigation_section_no_header_vertical/res_html/section.html
index 12d04503a5..c1484613eb 100644
--- 
a/tp/t/results/layout/navigation_section_no_header_vertical/res_html/section.html
+++ 
b/tp/t/results/layout/navigation_section_no_header_vertical/res_html/section.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -103,7 +103,7 @@ td.menu-entry-destination {vertical-align: top}
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_section_vertical/res_html/chapter.html 
b/tp/t/results/layout/navigation_section_vertical/res_html/chapter.html
index 9b5ea49299..c7c1300ab4 100644
--- a/tp/t/results/layout/navigation_section_vertical/res_html/chapter.html
+++ b/tp/t/results/layout/navigation_section_vertical/res_html/chapter.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -76,7 +76,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="section.html#section">1.1 
Section in chapter</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="section.html#section">1.1 
Section in chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_section_vertical/res_html/index.html 
b/tp/t/results/layout/navigation_section_vertical/res_html/index.html
index 3d3e024f6b..037ef35cb6 100644
--- a/tp/t/results/layout/navigation_section_vertical/res_html/index.html
+++ b/tp/t/results/layout/navigation_section_vertical/res_html/index.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -55,7 +55,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="chapter.html">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="chapter.html">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_section_vertical/res_html/section.html 
b/tp/t/results/layout/navigation_section_vertical/res_html/section.html
index d29ba77efb..cbb98d7b9c 100644
--- a/tp/t/results/layout/navigation_section_vertical/res_html/section.html
+++ b/tp/t/results/layout/navigation_section_vertical/res_html/section.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -103,7 +103,7 @@ td.menu-entry-destination {vertical-align: top}
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_test_misc_file_collision/res_html/chapter.html 
b/tp/t/results/layout/navigation_test_misc_file_collision/res_html/chapter.html
index 55ee7a10a3..ea5e63b404 100644
--- 
a/tp/t/results/layout/navigation_test_misc_file_collision/res_html/chapter.html
+++ 
b/tp/t/results/layout/navigation_test_misc_file_collision/res_html/chapter.html
@@ -17,7 +17,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -46,7 +46,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a 
href="navigation_abt.html#section">1.1 Section in 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="navigation_abt.html#section">1.1 Section in chapter</a></td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_test_misc_file_collision/res_html/navigation_abt.html
 
b/tp/t/results/layout/navigation_test_misc_file_collision/res_html/navigation_abt.html
index 1bd36c4e80..fa50bdb949 100644
--- 
a/tp/t/results/layout/navigation_test_misc_file_collision/res_html/navigation_abt.html
+++ 
b/tp/t/results/layout/navigation_test_misc_file_collision/res_html/navigation_abt.html
@@ -21,7 +21,7 @@ table.direction-about {border-collapse: collapse}
 td.button-direction-about {text-align: center; border-width: thin; 
border-right-style: solid}
 td.description-direction-about {border-width: thin; border-right-style: solid; 
border-left-style: solid}
 td.example-direction-about {border-width: thin; border-left-style: solid}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 th.button-direction-about {border-width: thin; border-bottom-style: solid; 
border-right-style: solid}
@@ -48,7 +48,7 @@ th.name-direction-about {border-width: thin; 
border-bottom-style: solid; border-
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="chapter.html">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="chapter.html">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -99,7 +99,7 @@ th.name-direction-about {border-width: thin; 
border-bottom-style: solid; border-
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="subsection.html">1.1.1 Sub 
section in section</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="subsection.html">1.1.1 Sub 
section in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_test_undef_top_buttons/res_html/navigation.html
 
b/tp/t/results/layout/navigation_test_undef_top_buttons/res_html/navigation.html
index 16fa7bcf0f..fe89b77709 100644
--- 
a/tp/t/results/layout/navigation_test_undef_top_buttons/res_html/navigation.html
+++ 
b/tp/t/results/layout/navigation_test_undef_top_buttons/res_html/navigation.html
@@ -21,7 +21,7 @@ table.direction-about {border-collapse: collapse}
 td.button-direction-about {text-align: center; border-width: thin; 
border-right-style: solid}
 td.description-direction-about {border-width: thin; border-right-style: solid; 
border-left-style: solid}
 td.example-direction-about {border-width: thin; border-left-style: solid}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 th.button-direction-about {border-width: thin; border-bottom-style: solid; 
border-right-style: solid}
@@ -40,7 +40,7 @@ ul.toc-numbered-mark {list-style: none}
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#chapter">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chapter">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -64,7 +64,7 @@ ul.toc-numbered-mark {list-style: none}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -115,7 +115,7 @@ ul.toc-numbered-mark {list-style: none}
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/navigation_test_zero_top_buttons/res_html/navigation.html 
b/tp/t/results/layout/navigation_test_zero_top_buttons/res_html/navigation.html
index 16fa7bcf0f..fe89b77709 100644
--- 
a/tp/t/results/layout/navigation_test_zero_top_buttons/res_html/navigation.html
+++ 
b/tp/t/results/layout/navigation_test_zero_top_buttons/res_html/navigation.html
@@ -21,7 +21,7 @@ table.direction-about {border-collapse: collapse}
 td.button-direction-about {text-align: center; border-width: thin; 
border-right-style: solid}
 td.description-direction-about {border-width: thin; border-right-style: solid; 
border-left-style: solid}
 td.example-direction-about {border-width: thin; border-left-style: solid}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 th.button-direction-about {border-width: thin; border-bottom-style: solid; 
border-right-style: solid}
@@ -40,7 +40,7 @@ ul.toc-numbered-mark {list-style: none}
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#chapter">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chapter">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -64,7 +64,7 @@ ul.toc-numbered-mark {list-style: none}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -115,7 +115,7 @@ ul.toc-numbered-mark {list-style: none}
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/layout/navigation_vertical/res_html/navigation.html 
b/tp/t/results/layout/navigation_vertical/res_html/navigation.html
index ebf16db655..f98060e3fb 100644
--- a/tp/t/results/layout/navigation_vertical/res_html/navigation.html
+++ b/tp/t/results/layout/navigation_vertical/res_html/navigation.html
@@ -21,7 +21,7 @@ table.direction-about {border-collapse: collapse}
 td.button-direction-about {text-align: center; border-width: thin; 
border-right-style: solid}
 td.description-direction-about {border-width: thin; border-right-style: solid; 
border-left-style: solid}
 td.example-direction-about {border-width: thin; border-left-style: solid}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 th.button-direction-about {border-width: thin; border-bottom-style: solid; 
border-right-style: solid}
@@ -65,7 +65,7 @@ ul.toc-numbered-mark {list-style: none}
 <h1 class="top" id="File-used-for-navigation-testing"><span>File used for 
navigation testing<a class="copiable-link" 
href="#File-used-for-navigation-testing"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#chapter">1 First 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chapter">1 First 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -123,7 +123,7 @@ ul.toc-numbered-mark {list-style: none}
 <h1 class="chapter" id="First-chapter"><span>1 First chapter<a 
class="copiable-link" href="#First-chapter"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#section">1.1 Section in 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -174,7 +174,7 @@ ul.toc-numbered-mark {list-style: none}
 b b b b b b b b b b b b b b b b  b b b b b bb b b b b b b  bb  b bb.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 Sub section 
in section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/layout/no_monolithic/res_html/no_monolithic.html 
b/tp/t/results/layout/no_monolithic/res_html/no_monolithic.html
index 069f4a892a..c1645e7b2d 100644
--- a/tp/t/results/layout/no_monolithic/res_html/no_monolithic.html
+++ b/tp/t/results/layout/no_monolithic/res_html/no_monolithic.html
@@ -18,7 +18,7 @@ a.copiable-link {visibility: hidden; text-decoration: none; 
line-height: 0em}
 a.summary-letter-printindex {text-decoration: none}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.printindex-index-entry {vertical-align: top}
 td.printindex-index-section {vertical-align: top; padding-left: 1em}
@@ -47,7 +47,7 @@ th.sections-header-printindex {text-align:left; padding-left: 
1em}
 <a class="index-entry-id" id="index-top"></a>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#chapter" rel="index">1 
Chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chapter" rel="index">1 
Chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/layout/no_monolithic_only_toc_out/res_html/no_monolithic.html 
b/tp/t/results/layout/no_monolithic_only_toc_out/res_html/no_monolithic.html
index 2904a26e42..b229c3fc1b 100644
--- a/tp/t/results/layout/no_monolithic_only_toc_out/res_html/no_monolithic.html
+++ b/tp/t/results/layout/no_monolithic_only_toc_out/res_html/no_monolithic.html
@@ -22,7 +22,7 @@ table.direction-about {border-collapse: collapse}
 td.button-direction-about {text-align: center; border-width: thin; 
border-right-style: solid}
 td.description-direction-about {border-width: thin; border-right-style: solid; 
border-left-style: solid}
 td.example-direction-about {border-width: thin; border-left-style: solid}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 td.printindex-index-entry {vertical-align: top}
@@ -57,7 +57,7 @@ ul.toc-numbered-mark {list-style: none}
 <a class="index-entry-id" id="index-top"></a>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#chapter" rel="index">1 
Chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chapter" rel="index">1 
Chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/menu/appendix_and_associated_part_in_generated_menu.pl 
b/tp/t/results/menu/appendix_and_associated_part_in_generated_menu.pl
index 7f48bbb9dc..15c6b8dd9a 100644
--- a/tp/t/results/menu/appendix_and_associated_part_in_generated_menu.pl
+++ b/tp/t/results/menu/appendix_and_associated_part_in_generated_menu.pl
@@ -811,7 +811,7 @@ 
$result_converted{'html'}->{'appendix_and_associated_part_in_generated_menu'} =
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -829,29 +829,29 @@ Next: <a href="#chapter" accesskey="n" 
rel="next">Chap</a> &nbsp; </p>
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#chapter" 
accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chapter" 
accesskey="1">chapter</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Part: P1
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a href="#chap2" 
accesskey="2">chap2</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a href="#chap2" 
accesskey="2">chap2</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Part: Final
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">Appendices
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">Appendices
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a href="#app" 
accesskey="3">app</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a href="#app" 
accesskey="3">app</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted"> &mdash; The Detailed Node Listing &mdash;
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted"> &mdash; The Detailed Node Listing &mdash;
 
 Chap
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a href="#sec" 
accesskey="4">sec</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a href="#sec" 
accesskey="4">sec</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 <hr>
@@ -863,7 +863,7 @@ Next: <a href="#chap2" accesskey="n" rel="next">Chap 2</a>, 
Previous: <a href="#
 <h2 class="chapter" id="Chap"><span>1 Chap<a class="copiable-link" 
href="#Chap"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#sec" 
accesskey="1">sec</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#sec" 
accesskey="1">sec</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 <hr>
diff --git a/tp/t/results/menu/block_commands_in_menu_description.pl 
b/tp/t/results/menu/block_commands_in_menu_description.pl
index 0a32e9a6a9..6fb5b7e3b5 100644
--- a/tp/t/results/menu/block_commands_in_menu_description.pl
+++ b/tp/t/results/menu/block_commands_in_menu_description.pl
@@ -694,7 +694,7 @@ 
$result_converted{'html'}->{'block_commands_in_menu_description'} = '<!DOCTYPE h
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 ul.mark-bullet {list-style-type: disc}
 -->
@@ -708,7 +708,7 @@ ul.mark-bullet {list-style-type: disc}
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="manual.html#Top" 
accesskey="1">(manual)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="manual.html#Top" 
accesskey="1">(manual)</a>:</td><td class="menu-entry-description">
 <ul class="itemize mark-bullet">
 <li><pre class="menu-preformatted">
 
diff --git a/tp/t/results/menu/commands_in_nodedescriptionblock.pl 
b/tp/t/results/menu/commands_in_nodedescriptionblock.pl
index 82d3a06a18..a79e12110f 100644
--- a/tp/t/results/menu/commands_in_nodedescriptionblock.pl
+++ b/tp/t/results/menu/commands_in_nodedescriptionblock.pl
@@ -1399,7 +1399,7 @@ 
$result_converted{'html'}->{'commands_in_nodedescriptionblock'} = '<!DOCTYPE htm
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 a.summary-letter-printindex {text-decoration: none}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.printindex-index-entry {vertical-align: top}
 td.printindex-index-section {vertical-align: top; padding-left: 1em}
@@ -1420,7 +1420,7 @@ Next: <a href="#node1" accesskey="n" rel="next">chap1</a> 
&nbsp; [<a href="#node
 <h1 class="top" id="test-commands-in-nodedescriptionblock"><span>test commands 
in nodedescriptionblock<a class="copiable-link" 
href="#test-commands-in-nodedescriptionblock"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#node1" 
accesskey="1">node1</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description"><a class="anchor" id="in-nodescription"></a>
+<tr><td class="menu-entry-destination">&bull; <a href="#node1" 
accesskey="1">node1</a>:</td><td class="menu-entry-description"><a 
class="anchor" id="in-nodescription"></a>
 <a class="ref" href="#node2">chap2</a>. Footnote<a class="footnote" id="DOCF1" 
href="#FOOT1"><sup>1</sup></a>. Some text to see
 where the max column could be. in&nbsp;w<!-- /@w -->.
 <a class="index-entry-id" id="index-in-nodedescriptionblock"></a>
@@ -1430,7 +1430,7 @@ where the max column could be. in&nbsp;w<!-- /@w -->.
 <div class="caption"><p><strong class="strong">tfloat 1.1: 
</strong>Cap1</p></div></div>
 
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#node2" rel="index" 
accesskey="2">node2</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#node2" rel="index" 
accesskey="2">node2</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -1457,7 +1457,7 @@ Previous: <a href="#node1" accesskey="p" 
rel="prev">chap1</a>, Up: <a href="#Top
 <p><a class="ref" href="#in-nodescription">in nodescription</a>, <a 
class="ref" href="#f1">tfloat 1.1</a>.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#node1" 
accesskey="1">node1</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#node1" 
accesskey="1">node1</a>:</td><td class="menu-entry-description">
 <a class="ref" href="#node2">chap2</a>. Footnote<a class="footnote" 
id="t_fnode-description-2_DOCF1_2" 
href="#t_fnode-description-2_FOOT1_2"><sup>2</sup></a>. Some text to see
 where the max column could be. in&nbsp;w<!-- /@w -->.
 
diff --git a/tp/t/results/menu/comment_on_menu_line.pl 
b/tp/t/results/menu/comment_on_menu_line.pl
index 860625d095..b1eed76302 100644
--- a/tp/t/results/menu/comment_on_menu_line.pl
+++ b/tp/t/results/menu/comment_on_menu_line.pl
@@ -352,7 +352,7 @@ $result_converted{'html'}->{'comment_on_menu_line'} = 
'<!DOCTYPE html>
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -368,7 +368,7 @@ Next: <a href="#first" accesskey="n" rel="next">first</a> 
&nbsp; </p>
 </div>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#first" 
accesskey="1">first</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#first" 
accesskey="1">first</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/menu/dash_in_menu.pl 
b/tp/t/results/menu/dash_in_menu.pl
index 5476857e1a..a14ea53db9 100644
--- a/tp/t/results/menu/dash_in_menu.pl
+++ b/tp/t/results/menu/dash_in_menu.pl
@@ -209,7 +209,7 @@ $result_converted{'html'}->{'dash_in_menu'} = '<!DOCTYPE 
html>
 <style type="text/css">
 <!--
 pre.menu-comment-preformatted {font-family: serif}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -221,9 +221,9 @@ th.menu-comment {text-align:left}
 <body lang="en">
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a 
href="manual.html#n_002d_002d_002dode" 
accesskey="1">entry&mdash;in</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">description &mdash; in.
+<tr><td class="menu-entry-destination">&bull; <a 
href="manual.html#n_002d_002d_002dode" 
accesskey="1">entry&mdash;in</a>:</td><td 
class="menu-entry-description">description &mdash; in.
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 comment &mdash; in.
 </pre></th></tr></table>
diff --git a/tp/t/results/menu/detailmenu.pl b/tp/t/results/menu/detailmenu.pl
index 1292ac020a..95dbf4d1a7 100644
--- a/tp/t/results/menu/detailmenu.pl
+++ b/tp/t/results/menu/detailmenu.pl
@@ -277,7 +277,7 @@ $result_converted{'html'}->{'detailmenu'} = '<!DOCTYPE html>
 <style type="text/css">
 <!--
 pre.menu-comment-preformatted {font-family: serif}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -289,11 +289,11 @@ th.menu-comment {text-align:left}
 <body lang="en">
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; Copying 
Conditions:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">Your 
rights.
+<tr><td class="menu-entry-destination">&bull; Copying Conditions:</td><td 
class="menu-entry-description">Your rights.
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; 
detailmenu:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; 
detailmenu:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/menu/detailmenu_in_description.pl 
b/tp/t/results/menu/detailmenu_in_description.pl
index d0c656d773..b9032da4fd 100644
--- a/tp/t/results/menu/detailmenu_in_description.pl
+++ b/tp/t/results/menu/detailmenu_in_description.pl
@@ -258,7 +258,7 @@ $result_converted{'html'}->{'detailmenu_in_description'} = 
'<!DOCTYPE html>
 
 <style type="text/css">
 <!--
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -269,9 +269,9 @@ td.menu-entry-destination {vertical-align: top}
 <body lang="en">
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; Copying 
Conditions:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">Your 
rights.
+<tr><td class="menu-entry-destination">&bull; Copying Conditions:</td><td 
class="menu-entry-description">Your rights.
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; 
detailmenu:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; detailmenu:</td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/menu/detailmenu_on_subnodes.pl 
b/tp/t/results/menu/detailmenu_on_subnodes.pl
index 180e265f5a..6e9949d01c 100644
--- a/tp/t/results/menu/detailmenu_on_subnodes.pl
+++ b/tp/t/results/menu/detailmenu_on_subnodes.pl
@@ -1549,7 +1549,7 @@ $result_converted{'html'}->{'detailmenu_on_subnodes'} = 
'<!DOCTYPE html>
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -1567,21 +1567,21 @@ Next: <a href="#chapter" accesskey="n" 
rel="next">chapter</a> &nbsp; </p>
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#chapter" 
accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chapter" 
accesskey="1">chapter</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#chapter-2" 
accesskey="2">chapter 2</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chapter-2" 
accesskey="2">chapter 2</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#section" accesskey="3">section</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#section" accesskey="3">section</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">Chap 2
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">Chap 2
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#section-chap-2" accesskey="4">section chap 
2</a>:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#section-chap-2" accesskey="4">section chap 2</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#unnumberedsec" 
accesskey="5">unnumberedsec</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#unnumberedsec" 
accesskey="5">unnumberedsec</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -1594,7 +1594,7 @@ Next: <a href="#chapter-2" accesskey="n" 
rel="next">chapter 2</a>, Previous: <a
 <h2 class="chapter" id="chapter-1"><span>1 chapter<a class="copiable-link" 
href="#chapter-1"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#section" 
accesskey="1">section</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#section" 
accesskey="1">section</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -1617,9 +1617,9 @@ Previous: <a href="#chapter" accesskey="p" 
rel="prev">chapter</a>, Up: <a href="
 <h2 class="chapter" id="chapter-2-1"><span>2 chapter 2<a class="copiable-link" 
href="#chapter-2-1"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#section-chap-2" 
accesskey="1">section chap 2</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#section-chap-2" 
accesskey="1">section chap 2</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#unnumberedsec" 
accesskey="2">unnumberedsec</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#unnumberedsec" 
accesskey="2">unnumberedsec</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/menu/detailmenu_unknown_node.pl 
b/tp/t/results/menu/detailmenu_unknown_node.pl
index 5961e1173d..8500fb2069 100644
--- a/tp/t/results/menu/detailmenu_unknown_node.pl
+++ b/tp/t/results/menu/detailmenu_unknown_node.pl
@@ -271,7 +271,7 @@ $result_converted{'html'}->{'detailmenu_unknown_node'} = 
'<!DOCTYPE html>
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -283,7 +283,7 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="node" id="Top"><span>Top<a class="copiable-link" href="#Top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; 
unknown:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; unknown:</td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/menu/empty_leading_menu_comment.pl 
b/tp/t/results/menu/empty_leading_menu_comment.pl
index a5f8fca675..00e0ff11c0 100644
--- a/tp/t/results/menu/empty_leading_menu_comment.pl
+++ b/tp/t/results/menu/empty_leading_menu_comment.pl
@@ -245,7 +245,7 @@ $result_converted{'html'}->{'empty_leading_menu_comment'} = 
'<!DOCTYPE html>
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -258,9 +258,9 @@ th.menu-comment {text-align:left}
 <h4 class="node" id="first"><span>first<a class="copiable-link" href="#first"> 
&para;</a></span></h4>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="f.html#b" accesskey="1">(f)b</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">desc
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="f.html#b" accesskey="1">(f)b</a>:</td><td 
class="menu-entry-description">desc
 </td></tr>
 </table>
 
diff --git a/tp/t/results/menu/empty_menu_description.pl 
b/tp/t/results/menu/empty_menu_description.pl
index c97b373682..6fe97fcdc0 100644
--- a/tp/t/results/menu/empty_menu_description.pl
+++ b/tp/t/results/menu/empty_menu_description.pl
@@ -249,7 +249,7 @@ $result_converted{'html'}->{'empty_menu_description'} = 
'<!DOCTYPE html>
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -262,8 +262,8 @@ th.menu-comment {text-align:left}
 <h4 class="node" id="first"><span>first<a class="copiable-link" href="#first"> 
&para;</a></span></h4>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#b" 
accesskey="1">a</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description"></td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#b" 
accesskey="1">a</a>:</td><td class="menu-entry-description"></td></tr>
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr></table>
 
diff --git a/tp/t/results/menu/entry_after_detailmenu.pl 
b/tp/t/results/menu/entry_after_detailmenu.pl
index a30a5195a8..76bf833c4f 100644
--- a/tp/t/results/menu/entry_after_detailmenu.pl
+++ b/tp/t/results/menu/entry_after_detailmenu.pl
@@ -641,7 +641,7 @@ $result_converted{'html'}->{'entry_after_detailmenu'} = 
'<!DOCTYPE html>
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -658,19 +658,19 @@ Next: <a href="#chap-first" accesskey="n" rel="next">chap 
first</a> &nbsp; </p>
 <h1 class="node"><span>Top<a class="copiable-link" href="#Top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#second" 
accesskey="1">second</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#second" 
accesskey="1">second</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Menu comment
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#chap-first" accesskey="2">chap first</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#chap-first" accesskey="2">chap first</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#second" accesskey="3">second</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#second" accesskey="3">second</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#second" 
accesskey="4">second</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#second" 
accesskey="4">second</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/menu/example_in_menu_comment.pl 
b/tp/t/results/menu/example_in_menu_comment.pl
index a4c9a37413..714ce96852 100644
--- a/tp/t/results/menu/example_in_menu_comment.pl
+++ b/tp/t/results/menu/example_in_menu_comment.pl
@@ -275,7 +275,7 @@ $result_converted{'html'}->{'example_in_menu_comment'} = 
'<!DOCTYPE html>
 <!--
 div.example {margin-left: 3.2em}
 pre.menu-comment-preformatted {font-family: serif}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -286,9 +286,9 @@ th.menu-comment {text-align:left}
 
 <body lang="en">
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; 
entry:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; entry:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre><div class="example">
 <pre class="example-preformatted">in 
diff --git a/tp/t/results/menu/example_in_menu_description.pl 
b/tp/t/results/menu/example_in_menu_description.pl
index b9dae15adf..1ae4d85238 100644
--- a/tp/t/results/menu/example_in_menu_description.pl
+++ b/tp/t/results/menu/example_in_menu_description.pl
@@ -374,7 +374,7 @@ a.copiable-link {visibility: hidden; text-decoration: none; 
line-height: 0em}
 div.example {margin-left: 3.2em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -388,14 +388,14 @@ th.menu-comment {text-align:left}
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="manual.html#Top" 
accesskey="1">(manual)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="manual.html#Top" 
accesskey="1">(manual)</a>:</td><td class="menu-entry-description">
 <div class="example">
 <pre class="example-preformatted">in 
 
 example
 </pre></div>
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr></table>
 </div>
diff --git a/tp/t/results/menu/formats_in_menu.pl 
b/tp/t/results/menu/formats_in_menu.pl
index e3165220c2..f31b391754 100644
--- a/tp/t/results/menu/formats_in_menu.pl
+++ b/tp/t/results/menu/formats_in_menu.pl
@@ -795,7 +795,7 @@ div.example {margin-left: 3.2em}
 pre.menu-comment-preformatted {font-family: serif}
 pre.menu-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -808,28 +808,28 @@ th.menu-comment {text-align:left}
 <h4 class="node" id="first"><span>first<a class="copiable-link" href="#first"> 
&para;</a></span></h4>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="gcc.html#Top" 
accesskey="1">(gcc)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">text
+<tr><td class="menu-entry-destination">&bull; <a href="gcc.html#Top" 
accesskey="1">(gcc)</a>:</td><td class="menu-entry-description">text
 <dl class="table">
 <dt>item</dt>
 <dd><pre class="menu-preformatted">* table line::
 </pre></dd>
 </dl>
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="info.html#Top" accesskey="2">(info)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="info.html#Top" accesskey="2">(info)</a>:</td><td 
class="menu-entry-description">
 <pre class="verbatim">some @ verb{x atim
 * texinfo:: in @ verbatim
 </pre></td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="manual2.html#Top" 
accesskey="3">(manual2)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">%
+<tr><td class="menu-entry-destination">&bull; <a href="manual2.html#Top" 
accesskey="3">(manual2)</a>:</td><td class="menu-entry-description">%
 
 <i></i>
 Log$
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="truc.html#Top" 
accesskey="4">(truc)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description"><abbr class="acronym">description
+<tr><td class="menu-entry-destination">&bull; <a href="truc.html#Top" 
accesskey="4">(truc)</a>:</td><td class="menu-entry-description"><abbr 
class="acronym">description
 * acronym::</abbr>
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre><div class="example">
 <pre class="example-preformatted">* subsubsection::
diff --git a/tp/t/results/menu/inlineraw_in_menu_description.pl 
b/tp/t/results/menu/inlineraw_in_menu_description.pl
index 47d26d073b..a0d4e84d99 100644
--- a/tp/t/results/menu/inlineraw_in_menu_description.pl
+++ b/tp/t/results/menu/inlineraw_in_menu_description.pl
@@ -348,7 +348,7 @@ 
$result_converted{'html'}->{'inlineraw_in_menu_description'} = '<!DOCTYPE html>
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -362,12 +362,12 @@ th.menu-comment {text-align:left}
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="manual.html#Top" 
accesskey="1">(manual)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="manual.html#Top" 
accesskey="1">(manual)</a>:</td><td class="menu-entry-description">
 in inline raw
 
 end inlineraw
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr></table>
 </div>
diff --git a/tp/t/results/menu/invalid_info_menu_entry.pl 
b/tp/t/results/menu/invalid_info_menu_entry.pl
index 11616f438e..13db326106 100644
--- a/tp/t/results/menu/invalid_info_menu_entry.pl
+++ b/tp/t/results/menu/invalid_info_menu_entry.pl
@@ -638,7 +638,7 @@ $result_converted{'html'}->{'invalid_info_menu_entry'} = 
'<!DOCTYPE html>
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -650,15 +650,15 @@ td.menu-entry-destination {vertical-align: top}
 <h4 class="node" id="first"><span>first<a class="copiable-link" href="#first"> 
&para;</a></span></h4>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#a_003a" 
accesskey="1">(f)a:</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#a_003a" 
accesskey="1">(f)a:</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#node" 
accesskey="2">name:</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#node" 
accesskey="2">name:</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#node_002e-" 
accesskey="3">name</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">d
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#node_002e-" 
accesskey="3">name</a>:</td><td class="menu-entry-description">d
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#node_002cn" 
accesskey="4">name</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">d2
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#node_002cn" 
accesskey="4">name</a>:</td><td class="menu-entry-description">d2
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#node-n" 
accesskey="5">name</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">d3
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#node-n" 
accesskey="5">name</a>:</td><td class="menu-entry-description">d3
 </td></tr>
 </table>
 
diff --git a/tp/t/results/menu/leading_space_before_menu_star.pl 
b/tp/t/results/menu/leading_space_before_menu_star.pl
index b80c1feb81..f7f9cc6c2a 100644
--- a/tp/t/results/menu/leading_space_before_menu_star.pl
+++ b/tp/t/results/menu/leading_space_before_menu_star.pl
@@ -190,7 +190,7 @@ th.menu-comment {text-align:left}
 <h4 class="node" id="a-node"><span>a node<a class="copiable-link" 
href="#a-node"> &para;</a></span></h4>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted"> * a node::
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted"> * a node::
 </pre></th></tr></table>
 
 
diff --git a/tp/t/results/menu/menu_entry_name.pl 
b/tp/t/results/menu/menu_entry_name.pl
index edd19bbbf2..52493b480e 100644
--- a/tp/t/results/menu/menu_entry_name.pl
+++ b/tp/t/results/menu/menu_entry_name.pl
@@ -861,7 +861,7 @@ $result_converted{'html'}->{'menu_entry_name'} = '<!DOCTYPE 
html>
 
 <style type="text/css">
 <!--
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -871,24 +871,24 @@ td.menu-entry-destination {vertical-align: top}
 
 <body lang="en">
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#b" 
accesskey="1">a</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description"></td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#b1_002ec" 
accesskey="2">a</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#b" 
accesskey="1">a</a>:</td><td class="menu-entry-description"></td></tr>
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#b1_002ec" 
accesskey="2">a</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#b2_002ec" 
accesskey="3">a</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#b2_002ec" 
accesskey="3">a</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#b3_002ec" 
accesskey="4">a</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">d
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#b3_002ec" 
accesskey="4">a</a>:</td><td class="menu-entry-description">d
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#b1_002e" 
accesskey="5">a</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#b1_002e" 
accesskey="5">a</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#b2-_002e" 
accesskey="6">a </a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#b2-_002e" 
accesskey="6">a </a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#b3_002e" 
accesskey="7">a.n</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">d
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#b3_002e" 
accesskey="7">a.n</a>:</td><td class="menu-entry-description">d
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#b1_002ec" 
accesskey="8">a</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#b1_002ec" 
accesskey="8">a</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#b2_002ec" 
accesskey="9">a</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#b2_002ec" 
accesskey="9">a</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="f.html#b3_002ec">a</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">d
+<tr><td class="menu-entry-destination">&bull; <a 
href="f.html#b3_002ec">a</a>:</td><td class="menu-entry-description">d
 </td></tr>
 </table>
 
diff --git a/tp/t/results/menu/menu_entry_name_comment.pl 
b/tp/t/results/menu/menu_entry_name_comment.pl
index a05aed6223..de1fb90203 100644
--- a/tp/t/results/menu/menu_entry_name_comment.pl
+++ b/tp/t/results/menu/menu_entry_name_comment.pl
@@ -515,7 +515,7 @@ $result_converted{'html'}->{'menu_entry_name_comment'} = 
'<!DOCTYPE html>
 
 <style type="text/css">
 <!--
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -525,11 +525,11 @@ td.menu-entry-destination {vertical-align: top}
 
 <body lang="en">
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#b" 
accesskey="1">a</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description"></td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#b" 
accesskey="2">a</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description"></td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#b1c_002ec" 
accesskey="3">a</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description"></td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#b2c_002ec" 
accesskey="4">a</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description"></td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#b3c_002ec" 
accesskey="5">a</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">d</td></tr>
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#b" 
accesskey="1">a</a>:</td><td class="menu-entry-description"></td></tr>
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#b" 
accesskey="2">a</a>:</td><td class="menu-entry-description"></td></tr>
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#b1c_002ec" 
accesskey="3">a</a>:</td><td class="menu-entry-description"></td></tr>
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#b2c_002ec" 
accesskey="4">a</a>:</td><td class="menu-entry-description"></td></tr>
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#b3c_002ec" 
accesskey="5">a</a>:</td><td class="menu-entry-description">d</td></tr>
 </table>
 
 
diff --git a/tp/t/results/menu/menu_entry_no_entry.pl 
b/tp/t/results/menu/menu_entry_no_entry.pl
index 8aeedb7676..b9e4397629 100644
--- a/tp/t/results/menu/menu_entry_no_entry.pl
+++ b/tp/t/results/menu/menu_entry_no_entry.pl
@@ -221,7 +221,7 @@ th.menu-comment {text-align:left}
 
 <body lang="en">
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">* a1:
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">* a1:
 * a2:  
 * a1c:* a2c:  * a4<b class="b">a</b>: 
 * a5<b class="b">b</b>: </pre></th></tr></table>
diff --git a/tp/t/results/menu/menu_entry_no_entry_location.pl 
b/tp/t/results/menu/menu_entry_no_entry_location.pl
index e92c24587c..7a39acb755 100644
--- a/tp/t/results/menu/menu_entry_no_entry_location.pl
+++ b/tp/t/results/menu/menu_entry_no_entry_location.pl
@@ -292,7 +292,7 @@ $result_converted{'html'}->{'menu_entry_no_entry_location'} 
= '<!DOCTYPE html>
 
 <style type="text/css">
 <!--
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -302,15 +302,15 @@ td.menu-entry-destination {vertical-align: top}
 
 <body lang="en">
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="manual.html#Top" 
accesskey="1">(manual)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">begin description
+<tr><td class="menu-entry-destination">&bull; <a href="manual.html#Top" 
accesskey="1">(manual)</a>:</td><td class="menu-entry-description">begin 
description
 * not an entry ?
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="manual.html#Top" 
accesskey="2">(manual)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">an entry
+<tr><td class="menu-entry-destination">&bull; <a href="manual.html#Top" 
accesskey="2">(manual)</a>:</td><td class="menu-entry-description">an entry
   in description
 * and here ?
 with text.
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="last%20manual.html#Top" 
accesskey="3">(last manual)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="last%20manual.html#Top" 
accesskey="3">(last manual)</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/menu/menu_entry_node.pl 
b/tp/t/results/menu/menu_entry_node.pl
index 45ebf353fb..4240134128 100644
--- a/tp/t/results/menu/menu_entry_node.pl
+++ b/tp/t/results/menu/menu_entry_node.pl
@@ -369,7 +369,7 @@ $result_converted{'html'}->{'menu_entry_node'} = '<!DOCTYPE 
html>
 
 <style type="text/css">
 <!--
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -379,13 +379,13 @@ td.menu-entry-destination {vertical-align: top}
 
 <body lang="en">
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#a1" 
accesskey="1">(f)a1</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#a1" 
accesskey="1">(f)a1</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#a2" 
accesskey="2">(f)a2</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#a2" 
accesskey="2">(f)a2</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#a3" 
accesskey="3">(f)a3</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">d
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#a3" 
accesskey="3">(f)a3</a>:</td><td class="menu-entry-description">d
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#g_t_0040a" 
accesskey="4">(f)@a</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#g_t_0040a" 
accesskey="4">(f)@a</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/menu/menu_entry_node_comments.pl 
b/tp/t/results/menu/menu_entry_node_comments.pl
index ea5dda58a6..96e8253e34 100644
--- a/tp/t/results/menu/menu_entry_node_comments.pl
+++ b/tp/t/results/menu/menu_entry_node_comments.pl
@@ -395,7 +395,7 @@ $result_converted{'html'}->{'menu_entry_node_comments'} = 
'<!DOCTYPE html>
 
 <style type="text/css">
 <!--
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -405,10 +405,10 @@ td.menu-entry-destination {vertical-align: top}
 
 <body lang="en">
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#a1c" 
accesskey="1">(f)a1c</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description"></td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#a2c" 
accesskey="2">(f)a2c</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description"></td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#a3c" 
accesskey="3">(f)a3c</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">d</td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="f.html#a4" 
accesskey="4">(f)a4 </a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description"></td></tr>
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#a1c" 
accesskey="1">(f)a1c</a>:</td><td class="menu-entry-description"></td></tr>
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#a2c" 
accesskey="2">(f)a2c</a>:</td><td class="menu-entry-description"></td></tr>
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#a3c" 
accesskey="3">(f)a3c</a>:</td><td class="menu-entry-description">d</td></tr>
+<tr><td class="menu-entry-destination">&bull; <a href="f.html#a4" 
accesskey="4">(f)a4 </a>:</td><td class="menu-entry-description"></td></tr>
 </table>
 
 
diff --git a/tp/t/results/menu/menu_pointing_to_anchor.pl 
b/tp/t/results/menu/menu_pointing_to_anchor.pl
index 0808af27ee..cb7eb0e8f8 100644
--- a/tp/t/results/menu/menu_pointing_to_anchor.pl
+++ b/tp/t/results/menu/menu_pointing_to_anchor.pl
@@ -336,7 +336,7 @@ $result_converted{'html'}->{'menu_pointing_to_anchor'} = 
'<!DOCTYPE html>
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -352,7 +352,7 @@ td.menu-entry-destination {vertical-align: top}
 </p>
 <a class="anchor" id="An-anchor"></a>
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#An-anchor" 
accesskey="1">An anchor</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">menu entry pointing to the anchor.
+<tr><td class="menu-entry-destination">&bull; <a href="#An-anchor" 
accesskey="1">An anchor</a>:</td><td class="menu-entry-description">menu entry 
pointing to the anchor.
 </td></tr>
 </table>
 </div>
diff --git a/tp/t/results/menu/menu_title_before_entries.pl 
b/tp/t/results/menu/menu_title_before_entries.pl
index c3e7e65c72..0584ce7be8 100644
--- a/tp/t/results/menu/menu_title_before_entries.pl
+++ b/tp/t/results/menu/menu_title_before_entries.pl
@@ -294,7 +294,7 @@ $result_converted{'html'}->{'menu_title_before_entries'} = 
'<!DOCTYPE html>
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -311,8 +311,8 @@ Next: <a href="#chap-subnode" accesskey="n" rel="next">chap 
subnode</a> &nbsp; <
 <h1 class="node"><span>Top<a class="copiable-link" href="#Top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">Horizontal space
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#chap-subnode" accesskey="1">chap 
subnode</a>:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">Horizontal space
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#chap-subnode" accesskey="1">chap subnode</a>:</td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/menu/missing_detailmenu_on_subnodes.pl 
b/tp/t/results/menu/missing_detailmenu_on_subnodes.pl
index 0c696bbf13..9de98f9ec7 100644
--- a/tp/t/results/menu/missing_detailmenu_on_subnodes.pl
+++ b/tp/t/results/menu/missing_detailmenu_on_subnodes.pl
@@ -1480,7 +1480,7 @@ 
$result_converted{'html'}->{'missing_detailmenu_on_subnodes'} = '<!DOCTYPE html>
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -1498,21 +1498,21 @@ Next: <a href="#chapter" accesskey="n" 
rel="next">chapter</a> &nbsp; </p>
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#chapter" 
accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chapter" 
accesskey="1">chapter</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#chapter-2" 
accesskey="2">chapter 2</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chapter-2" 
accesskey="2">chapter 2</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#section" accesskey="3">section</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#section" accesskey="3">section</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Chap 2
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#section-chap-2" accesskey="4">section chap 
2</a>:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#section-chap-2" accesskey="4">section chap 2</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#unnumberedsec" 
accesskey="5">unnumberedsec</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#unnumberedsec" 
accesskey="5">unnumberedsec</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -1525,7 +1525,7 @@ Next: <a href="#chapter-2" accesskey="n" 
rel="next">chapter 2</a>, Previous: <a
 <h2 class="chapter" id="chapter-1"><span>1 chapter<a class="copiable-link" 
href="#chapter-1"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#section" 
accesskey="1">section</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#section" 
accesskey="1">section</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -1548,9 +1548,9 @@ Next: <a href="#section" accesskey="n" 
rel="next">section</a>, Previous: <a href
 <h2 class="chapter" id="chapter-2-1"><span>2 chapter 2<a class="copiable-link" 
href="#chapter-2-1"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#section-chap-2" 
accesskey="1">section chap 2</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#section-chap-2" 
accesskey="1">section chap 2</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#unnumberedsec" 
accesskey="2">unnumberedsec</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#unnumberedsec" 
accesskey="2">unnumberedsec</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/menu/no_colon_in_menu.pl 
b/tp/t/results/menu/no_colon_in_menu.pl
index a0371fbd06..93123619c6 100644
--- a/tp/t/results/menu/no_colon_in_menu.pl
+++ b/tp/t/results/menu/no_colon_in_menu.pl
@@ -190,7 +190,7 @@ th.menu-comment {text-align:left}
 <h4 class="node" id="first"><span>first<a class="copiable-link" href="#first"> 
&para;</a></span></h4>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">* a
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">* a
 </pre></th></tr></table>
 
 
diff --git a/tp/t/results/menu/nodedescription_descriptions.pl 
b/tp/t/results/menu/nodedescription_descriptions.pl
index 7e89bbfc11..7a5774734a 100644
--- a/tp/t/results/menu/nodedescription_descriptions.pl
+++ b/tp/t/results/menu/nodedescription_descriptions.pl
@@ -1942,7 +1942,7 @@ 
$result_converted{'html'}->{'nodedescription_descriptions'} = '<!DOCTYPE html>
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -1960,17 +1960,17 @@ Next: <a href="#toto" accesskey="n" rel="next">Toto</a> 
&nbsp; </p>
 <h1 class="top" id="test-of-nodedescription-used-in-menu"><span>test of 
nodedescription used in menu<a class="copiable-link" 
href="#test-of-nodedescription-used-in-menu"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#toto" 
accesskey="1">toto</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">toto is there:: and the <em class="emph">is a 
description</em>slightly&nbsp;long<!-- /@w --> and <code 
class="verb">vv&nbsp;somewhat</code> &aring;nexpected</td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#titi" 
accesskey="2">titi</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">desc of titi
+<tr><td class="menu-entry-destination">&bull; <a href="#toto" 
accesskey="1">toto</a>:</td><td class="menu-entry-description">toto is there:: 
and the <em class="emph">is a description</em>slightly&nbsp;long<!-- /@w --> 
and <code class="verb">vv&nbsp;somewhat</code> &aring;nexpected</td></tr>
+<tr><td class="menu-entry-destination">&bull; <a href="#titi" 
accesskey="2">titi</a>:</td><td class="menu-entry-description">desc of titi
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#other" 
accesskey="3">name of other</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">other comes here</td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><td class="menu-entry-destination">&bull; <a href="#other" 
accesskey="3">name of other</a>:</td><td class="menu-entry-description">other 
comes here</td></tr>
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a href="#last" 
accesskey="4">name of last</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">desc of last
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a href="#last" 
accesskey="4">name of last</a>:</td><td class="menu-entry-description">desc of 
last
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="#a-somewhat-long-node-without-description-nor-following-space" 
accesskey="5">a somewhat long node without description nor following 
space</a>:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">not as 
long as the node</td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="#a-very-long-node-without-description-with-very-little-space-left-for" 
accesskey="6">a very long node without description with very little space left 
for</a>:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">starting 
the desciption with a somewhat long word</td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="#very-very-long-node-extending-past-the-max-columns-and-without-description"
 accesskey="7">very very long node extending past the max columns and without 
description</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">Not long</td></tr>
+<tr><td class="menu-entry-destination">&bull; <a 
href="#a-somewhat-long-node-without-description-nor-following-space" 
accesskey="5">a somewhat long node without description nor following 
space</a>:</td><td class="menu-entry-description">not as long as the 
node</td></tr>
+<tr><td class="menu-entry-destination">&bull; <a 
href="#a-very-long-node-without-description-with-very-little-space-left-for" 
accesskey="6">a very long node without description with very little space left 
for</a>:</td><td class="menu-entry-description">starting the desciption with a 
somewhat long word</td></tr>
+<tr><td class="menu-entry-destination">&bull; <a 
href="#very-very-long-node-extending-past-the-max-columns-and-without-description"
 accesskey="7">very very long node extending past the max columns and without 
description</a>:</td><td class="menu-entry-description">Not long</td></tr>
 </table>
 
 <hr>
diff --git a/tp/t/results/menu/nodedescriptionblock_descriptions.pl 
b/tp/t/results/menu/nodedescriptionblock_descriptions.pl
index 2ae8fc8695..84f74b5752 100644
--- a/tp/t/results/menu/nodedescriptionblock_descriptions.pl
+++ b/tp/t/results/menu/nodedescriptionblock_descriptions.pl
@@ -1901,7 +1901,7 @@ 
$result_converted{'html'}->{'nodedescriptionblock_descriptions'} = '<!DOCTYPE ht
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -1919,10 +1919,10 @@ Next: <a href="#toto" accesskey="n" rel="next">Toto</a> 
&nbsp; </p>
 <h1 class="top" id="test-of-nodedescriptionblock-used-in-menu"><span>test of 
nodedescriptionblock used in menu<a class="copiable-link" 
href="#test-of-nodedescriptionblock-used-in-menu"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#toto" 
accesskey="1">toto</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">toto is there:: and the <em class="emph">is a 
description</em>slightly&nbsp;long<!-- /@w --> and <code 
class="verb">vv&nbsp;somewhat</code> &aring;nexpected</td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#titi" 
accesskey="2">titi</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">desc of titi
+<tr><td class="menu-entry-destination">&bull; <a href="#toto" 
accesskey="1">toto</a>:</td><td class="menu-entry-description">toto is there:: 
and the <em class="emph">is a description</em>slightly&nbsp;long<!-- /@w --> 
and <code class="verb">vv&nbsp;somewhat</code> &aring;nexpected</td></tr>
+<tr><td class="menu-entry-destination">&bull; <a href="#titi" 
accesskey="2">titi</a>:</td><td class="menu-entry-description">desc of titi
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#other" 
accesskey="3">name of other</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">Long description of other
+<tr><td class="menu-entry-destination">&bull; <a href="#other" 
accesskey="3">name of other</a>:</td><td class="menu-entry-description">Long 
description of other
 
 <p>Para2
 </p>
@@ -1930,10 +1930,10 @@ Next: <a href="#toto" accesskey="n" rel="next">Toto</a> 
&nbsp; </p>
 <p>a quotation in description
 </p></blockquote>
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#a-somewhat-long-node-without-description-nor-following-space" 
accesskey="4">a somewhat long node without description nor following 
space</a>:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">not as 
long as the node</td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="#node-double-nodedescriptionblock" accesskey="5">node double 
nodedescriptionblock</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">block desc 1
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#a-somewhat-long-node-without-description-nor-following-space" 
accesskey="4">a somewhat long node without description nor following 
space</a>:</td><td class="menu-entry-description">not as long as the 
node</td></tr>
+<tr><td class="menu-entry-destination">&bull; <a 
href="#node-double-nodedescriptionblock" accesskey="5">node double 
nodedescriptionblock</a>:</td><td class="menu-entry-description">block desc 1
 </td></tr>
 </table>
 
diff --git a/tp/t/results/menu/part_appendix_in_generated_menu.pl 
b/tp/t/results/menu/part_appendix_in_generated_menu.pl
index 57ca675208..d119ea2cc2 100644
--- a/tp/t/results/menu/part_appendix_in_generated_menu.pl
+++ b/tp/t/results/menu/part_appendix_in_generated_menu.pl
@@ -750,7 +750,7 @@ 
$result_converted{'html'}->{'part_appendix_in_generated_menu'} = '<!DOCTYPE html
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -769,27 +769,27 @@ Next: <a href="#chapter" accesskey="n" 
rel="next">Chap</a> &nbsp; </p>
 
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#chapter" 
accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chapter" 
accesskey="1">chapter</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Part: P1
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a href="#chap2" 
accesskey="2">chap2</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a href="#chap2" 
accesskey="2">chap2</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Appendices
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a href="#app" 
accesskey="3">app</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a href="#app" 
accesskey="3">app</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted"> &mdash; The Detailed Node Listing &mdash;
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted"> &mdash; The Detailed Node Listing &mdash;
 
 Chap
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a href="#sec" 
accesskey="4">sec</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a href="#sec" 
accesskey="4">sec</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 <hr>
@@ -801,7 +801,7 @@ Next: <a href="#chap2" accesskey="n" rel="next">Chap 2</a>, 
Previous: <a href="#
 <h2 class="chapter" id="Chap"><span>1 Chap<a class="copiable-link" 
href="#Chap"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#sec" 
accesskey="1">sec</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#sec" 
accesskey="1">sec</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 <hr>
diff --git a/tp/t/results/menu/reference_to_external_manual.pl 
b/tp/t/results/menu/reference_to_external_manual.pl
index 96bc782ce7..b04f6c4ead 100644
--- a/tp/t/results/menu/reference_to_external_manual.pl
+++ b/tp/t/results/menu/reference_to_external_manual.pl
@@ -225,7 +225,7 @@ $result_converted{'html'}->{'reference_to_external_manual'} 
= '<!DOCTYPE html>
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -238,7 +238,7 @@ td.menu-entry-destination {vertical-align: top}
 <h4 class="node" id="first"><span>first<a class="copiable-link" href="#first"> 
&para;</a></span></h4>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="info.html#Top" 
accesskey="1">(info)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="info.html#Top" 
accesskey="1">(info)</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/menu/sc_in_menu.pl b/tp/t/results/menu/sc_in_menu.pl
index 070456e8ae..f731c3971b 100644
--- a/tp/t/results/menu/sc_in_menu.pl
+++ b/tp/t/results/menu/sc_in_menu.pl
@@ -839,7 +839,7 @@ pre.menu-comment-preformatted {font-family: serif}
 pre.menu-entry-description-preformatted {font-family: serif; display: inline}
 pre.menu-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -853,9 +853,9 @@ th.menu-comment {text-align:left}
 <h4 class="node" id="first"><span>first<a class="copiable-link" href="#first"> 
&para;</a></span></h4>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#node" 
accesskey="1"><small class="sc">VALUE</small></a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description"><small class="sc">DESCRIP TION</small>
+<tr><td class="menu-entry-destination">&bull; <a href="#node" 
accesskey="1"><small class="sc">VALUE</small></a>:</td><td 
class="menu-entry-description"><small class="sc">DESCRIP TION</small>
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 <span class="sc">MENU COMMENT</span>
 
diff --git a/tp/t/results/menu/simple.pl b/tp/t/results/menu/simple.pl
index 3c9132b384..761c76fd86 100644
--- a/tp/t/results/menu/simple.pl
+++ b/tp/t/results/menu/simple.pl
@@ -483,7 +483,7 @@ $result_converted{'html'}->{'simple'} = '<!DOCTYPE html>
 <style type="text/css">
 <!--
 pre.menu-comment-preformatted {font-family: serif}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -497,21 +497,21 @@ th.menu-comment {text-align:left}
 <p>Before menu.
 </p>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">comment
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; menu entry name 
:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">description
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">comment
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; menu entry name 
:</td><td class="menu-entry-description">description
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; node 
name:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">description 
new
+<tr><td class="menu-entry-destination">&bull; node name:</td><td 
class="menu-entry-description">description new
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; other 
entry:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; other entry:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; 
last:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; last:</td><td 
class="menu-entry-description">
                  description next line
                  still description
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 new comment
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; last node entry 
:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; last node entry 
:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/menu/space_and_commands_in_menu_node.pl 
b/tp/t/results/menu/space_and_commands_in_menu_node.pl
index d079a7b09f..49df7bc73b 100644
--- a/tp/t/results/menu/space_and_commands_in_menu_node.pl
+++ b/tp/t/results/menu/space_and_commands_in_menu_node.pl
@@ -972,7 +972,7 @@ 
$result_converted{'html'}->{'space_and_commands_in_menu_node'} = '<!DOCTYPE html
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -989,23 +989,23 @@ Next: <a href="#chap-b" accesskey="n" rel="next">Chap</a> 
&nbsp; </p>
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#chap-b" 
accesskey="1">chap  b</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chap-b" 
accesskey="1">chap  b</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#chap-b" 
accesskey="2">chap  b</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chap-b" 
accesskey="2">chap  b</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#chap-b" 
accesskey="3">chap b</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chap-b" 
accesskey="3">chap b</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#chap-b" 
accesskey="4">chap&nbsp;&nbsp;b</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chap-b" 
accesskey="4">chap&nbsp;&nbsp;b</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#chap-b" 
accesskey="5">chap&nbsp; b</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chap-b" 
accesskey="5">chap&nbsp; b</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#chap-b" 
accesskey="6">chap &nbsp;b</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chap-b" 
accesskey="6">chap &nbsp;b</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#chap-b" 
accesskey="7">label</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chap-b" 
accesskey="7">label</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#chap-b" 
accesskey="8">label</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chap-b" 
accesskey="8">label</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#chap-b" 
accesskey="9">label</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chap-b" 
accesskey="9">label</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/menu/verb_in_menu_description.pl 
b/tp/t/results/menu/verb_in_menu_description.pl
index 31b9bea91c..0a9fc46323 100644
--- a/tp/t/results/menu/verb_in_menu_description.pl
+++ b/tp/t/results/menu/verb_in_menu_description.pl
@@ -334,7 +334,7 @@ $result_converted{'html'}->{'verb_in_menu_description'} = 
'<!DOCTYPE html>
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -348,10 +348,10 @@ th.menu-comment {text-align:left}
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="manual.html#Top" 
accesskey="1">(manual)</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="manual.html#Top" 
accesskey="1">(manual)</a>:</td><td class="menu-entry-description">
 <code class="verb">&nbsp;in&nbsp;verb<br><br></code>
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr></table>
 </div>
diff --git a/tp/t/results/moresectioning/equivalent_nodes_defined_linked.pl 
b/tp/t/results/moresectioning/equivalent_nodes_defined_linked.pl
index 93e0ccf26c..e29ebc274c 100644
--- a/tp/t/results/moresectioning/equivalent_nodes_defined_linked.pl
+++ b/tp/t/results/moresectioning/equivalent_nodes_defined_linked.pl
@@ -670,7 +670,7 @@ 
$result_converted{'html'}->{'equivalent_nodes_defined_linked'} = '<!DOCTYPE html
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -686,7 +686,7 @@ Next: <a href="#chap" accesskey="n" rel="next">chap</a> 
&nbsp; </p>
 <h1 class="node"><span>Top<a class="copiable-link" href="#Top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#chap" 
accesskey="1"><strong 
class="strong">chap</strong></a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chap" 
accesskey="1"><strong class="strong">chap</strong></a>:</td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/moresectioning/more_sections_than_nodes_texi2html/res_html/more_sections_than_nodes_texi2html.html
 
b/tp/t/results/moresectioning/more_sections_than_nodes_texi2html/res_html/more_sections_than_nodes_texi2html.html
index 273673c51f..b19b511b06 100644
--- 
a/tp/t/results/moresectioning/more_sections_than_nodes_texi2html/res_html/more_sections_than_nodes_texi2html.html
+++ 
b/tp/t/results/moresectioning/more_sections_than_nodes_texi2html/res_html/more_sections_than_nodes_texi2html.html
@@ -20,7 +20,7 @@ table.direction-about {border-collapse: collapse}
 td.button-direction-about {text-align: center; border-width: thin; 
border-right-style: solid}
 td.description-direction-about {border-width: thin; border-right-style: solid; 
border-left-style: solid}
 td.example-direction-about {border-width: thin; border-left-style: solid}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 th.button-direction-about {border-width: thin; border-bottom-style: solid; 
border-right-style: solid}
@@ -46,11 +46,11 @@ th.name-direction-about {border-width: thin; 
border-bottom-style: solid; border-
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#n-c2">2 
c2</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#n-c2">2 c2</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#n-c3">3 
c3</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#n-c3">3 c3</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#n-c3-s1-s2">4.1.2 c3 s1 
s2</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#n-c3-s1-s2">4.1.2 c3 s1 
s2</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -134,7 +134,7 @@ th.name-direction-about {border-width: thin; 
border-bottom-style: solid; border-
 <h1 class="chapter" id="c3"><span>3 c3<a class="copiable-link" href="#c3"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#n-c3-s-2">3.2 c3 
s2</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#n-c3-s-2">3.2 c3 
s2</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/moresectioning/placed_things_before_element.pl 
b/tp/t/results/moresectioning/placed_things_before_element.pl
index 50497b206d..476f7ea417 100644
--- a/tp/t/results/moresectioning/placed_things_before_element.pl
+++ b/tp/t/results/moresectioning/placed_things_before_element.pl
@@ -845,7 +845,7 @@ $result_converted{'html'}->{'placed_things_before_element'} 
= '<!DOCTYPE html>
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -870,7 +870,7 @@ td.menu-entry-destination {vertical-align: top}
 <a class="ref" href="#float-anchor">1</a>.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#An-anchor" 
accesskey="1">An anchor</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">menu entry pointing to the anchor.
+<tr><td class="menu-entry-destination">&bull; <a href="#An-anchor" 
accesskey="1">An anchor</a>:</td><td class="menu-entry-description">menu entry 
pointing to the anchor.
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/moresectioning/placed_things_before_element_no_use_node.pl 
b/tp/t/results/moresectioning/placed_things_before_element_no_use_node.pl
index fc1349aef8..a6a6592fa5 100644
--- a/tp/t/results/moresectioning/placed_things_before_element_no_use_node.pl
+++ b/tp/t/results/moresectioning/placed_things_before_element_no_use_node.pl
@@ -846,7 +846,7 @@ 
$result_converted{'html'}->{'placed_things_before_element_no_use_node'} = '<!DOC
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -871,7 +871,7 @@ td.menu-entry-destination {vertical-align: top}
 <a class="ref" href="#float-anchor">1</a>.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#An-anchor" 
accesskey="1">An anchor</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">menu entry pointing to the anchor.
+<tr><td class="menu-entry-destination">&bull; <a href="#An-anchor" 
accesskey="1">An anchor</a>:</td><td class="menu-entry-description">menu entry 
pointing to the anchor.
 </td></tr>
 </table>
 
diff --git a/tp/t/results/moresectioning/topic_guide/res_html/guide1.html 
b/tp/t/results/moresectioning/topic_guide/res_html/guide1.html
index a28d8a1d34..4f147ad52b 100644
--- a/tp/t/results/moresectioning/topic_guide/res_html/guide1.html
+++ b/tp/t/results/moresectioning/topic_guide/res_html/guide1.html
@@ -19,7 +19,7 @@
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -39,11 +39,11 @@ Next: <a href="guide2.html" accesskey="n" rel="next">guide 
2</a>, Previous: <a h
 <p>This is the guide for an easy use.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="topic1.html" 
accesskey="1">topic1</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">topic1 description
+<tr><td class="menu-entry-destination">&bull; <a href="topic1.html" 
accesskey="1">topic1</a>:</td><td class="menu-entry-description">topic1 
description
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="topic2.html" 
accesskey="2">topic2</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">topic2 description
+<tr><td class="menu-entry-destination">&bull; <a href="topic2.html" 
accesskey="2">topic2</a>:</td><td class="menu-entry-description">topic2 
description
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="topic5.html" 
accesskey="3">topic5</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">topic5 description
+<tr><td class="menu-entry-destination">&bull; <a href="topic5.html" 
accesskey="3">topic5</a>:</td><td class="menu-entry-description">topic5 
description
 </td></tr>
 </table>
 
diff --git a/tp/t/results/moresectioning/topic_guide/res_html/guide2.html 
b/tp/t/results/moresectioning/topic_guide/res_html/guide2.html
index c6cecf523e..3661d90d78 100644
--- a/tp/t/results/moresectioning/topic_guide/res_html/guide2.html
+++ b/tp/t/results/moresectioning/topic_guide/res_html/guide2.html
@@ -18,7 +18,7 @@
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -38,9 +38,9 @@ Previous: <a href="guide1.html" accesskey="p" 
rel="prev">guide 1</a>, Up: <a hre
 <p>This is the guide for an in depth use
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="topic5.html" 
accesskey="1">topic5</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">topic5 description
+<tr><td class="menu-entry-destination">&bull; <a href="topic5.html" 
accesskey="1">topic5</a>:</td><td class="menu-entry-description">topic5 
description
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="topic4.html" 
accesskey="2">topic4</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">topic4 description
+<tr><td class="menu-entry-destination">&bull; <a href="topic4.html" 
accesskey="2">topic4</a>:</td><td class="menu-entry-description">topic4 
description
 </td></tr>
 </table>
 
diff --git a/tp/t/results/moresectioning/topic_guide/res_html/index.html 
b/tp/t/results/moresectioning/topic_guide/res_html/index.html
index 9e695a5894..4e24d2cd5b 100644
--- a/tp/t/results/moresectioning/topic_guide/res_html/index.html
+++ b/tp/t/results/moresectioning/topic_guide/res_html/index.html
@@ -17,7 +17,7 @@
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -38,9 +38,9 @@ Next: <a href="guide1.html" accesskey="n" rel="next">guide 
1</a> &nbsp; </p>
 format.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="guide1.html" 
accesskey="1">guide1</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">the easy way
+<tr><td class="menu-entry-destination">&bull; <a href="guide1.html" 
accesskey="1">guide1</a>:</td><td class="menu-entry-description">the easy way
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="guide2.html" 
accesskey="2">guide2</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">the perillous way
+<tr><td class="menu-entry-destination">&bull; <a href="guide2.html" 
accesskey="2">guide2</a>:</td><td class="menu-entry-description">the perillous 
way
 </td></tr>
 </table>
 
diff --git a/tp/t/results/moresectioning/topic_guide/res_html/topic1.html 
b/tp/t/results/moresectioning/topic_guide/res_html/topic1.html
index 05d6c9b516..e4e46e75c5 100644
--- a/tp/t/results/moresectioning/topic_guide/res_html/topic1.html
+++ b/tp/t/results/moresectioning/topic_guide/res_html/topic1.html
@@ -18,7 +18,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -38,9 +38,9 @@ Next: <a href="topic2.html" accesskey="n" 
rel="next">topic2</a> &nbsp; </p>
 <p>This is topic 1.
 </p>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">More information
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">More information
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="guide1.html" accesskey="1">guide1</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">guide 1
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="guide1.html" accesskey="1">guide1</a>:</td><td 
class="menu-entry-description">guide 1
 </td></tr>
 </table>
 
diff --git a/tp/t/results/moresectioning/topic_guide/res_html/topic2.html 
b/tp/t/results/moresectioning/topic_guide/res_html/topic2.html
index df07295988..79c9ea09cf 100644
--- a/tp/t/results/moresectioning/topic_guide/res_html/topic2.html
+++ b/tp/t/results/moresectioning/topic_guide/res_html/topic2.html
@@ -19,7 +19,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -39,9 +39,9 @@ Next: <a href="topic3.html" accesskey="n" 
rel="next">topic3</a>, Previous: <a hr
 <p>This is topic 2
 </p>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">More information
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">More information
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="guide1.html" accesskey="1">guide1</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">guide 1
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="guide1.html" accesskey="1">guide1</a>:</td><td 
class="menu-entry-description">guide 1
 </td></tr>
 </table>
 
diff --git a/tp/t/results/moresectioning/topic_guide/res_html/topic3.html 
b/tp/t/results/moresectioning/topic_guide/res_html/topic3.html
index 37872c4409..92caf5d265 100644
--- a/tp/t/results/moresectioning/topic_guide/res_html/topic3.html
+++ b/tp/t/results/moresectioning/topic_guide/res_html/topic3.html
@@ -37,7 +37,7 @@ Next: <a href="topic5.html" accesskey="n" 
rel="next">topic5</a>, Previous: <a hr
 <p>This is topic 3
 </p>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">More information
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">More information
 
 </pre></th></tr></table>
 
diff --git a/tp/t/results/moresectioning/topic_guide/res_html/topic4.html 
b/tp/t/results/moresectioning/topic_guide/res_html/topic4.html
index 2e47141150..afa3d61314 100644
--- a/tp/t/results/moresectioning/topic_guide/res_html/topic4.html
+++ b/tp/t/results/moresectioning/topic_guide/res_html/topic4.html
@@ -19,7 +19,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -39,9 +39,9 @@ Previous: <a href="topic5.html" accesskey="p" 
rel="prev">topic5</a>, Up: <a href
 <p>This is topic 4
 </p>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">More information
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">More information
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="guide2.html" accesskey="1">guide2</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">guide 2
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="guide2.html" accesskey="1">guide2</a>:</td><td 
class="menu-entry-description">guide 2
 </td></tr>
 </table>
 
diff --git a/tp/t/results/moresectioning/topic_guide/res_html/topic5.html 
b/tp/t/results/moresectioning/topic_guide/res_html/topic5.html
index 55e46a4c01..f10f9501a5 100644
--- a/tp/t/results/moresectioning/topic_guide/res_html/topic5.html
+++ b/tp/t/results/moresectioning/topic_guide/res_html/topic5.html
@@ -18,7 +18,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -38,11 +38,11 @@ Previous: <a href="topic3.html" accesskey="p" 
rel="prev">topic3</a> &nbsp; </p>
 <p>This is topic 5
 </p>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">More information
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">More information
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="guide1.html" accesskey="1">guide1</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">guide 1
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="guide1.html" accesskey="1">guide1</a>:</td><td 
class="menu-entry-description">guide 1
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="guide2.html" 
accesskey="2">guide2</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">guide 2
+<tr><td class="menu-entry-destination">&bull; <a href="guide2.html" 
accesskey="2">guide2</a>:</td><td class="menu-entry-description">guide 2
 </td></tr>
 </table>
 
diff --git a/tp/t/results/no_structure_test/one/res_html/test_struct.html 
b/tp/t/results/no_structure_test/one/res_html/test_struct.html
index 15bf05404f..cdc223ead4 100644
--- a/tp/t/results/no_structure_test/one/res_html/test_struct.html
+++ b/tp/t/results/no_structure_test/one/res_html/test_struct.html
@@ -18,7 +18,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 a.summary-letter-printindex {text-decoration: none}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.printindex-index-entry {vertical-align: top}
 td.printindex-index-section {vertical-align: top; padding-left: 1em}
@@ -60,7 +60,7 @@ th.sections-header-printindex {text-align:left; padding-left: 
1em}
 <p>See &lsquo;point&rsquo;.
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; 
chap:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; chap:</td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/sectioning/chapter_between_nodes_texi2html.pl 
b/tp/t/results/sectioning/chapter_between_nodes_texi2html.pl
index e8d4ee58e0..8eaea020ca 100644
--- a/tp/t/results/sectioning/chapter_between_nodes_texi2html.pl
+++ b/tp/t/results/sectioning/chapter_between_nodes_texi2html.pl
@@ -585,7 +585,7 @@ table.direction-about {border-collapse: collapse}
 td.button-direction-about {text-align: center; border-width: thin; 
border-right-style: solid}
 td.description-direction-about {border-width: thin; border-right-style: solid; 
border-left-style: solid}
 td.example-direction-about {border-width: thin; border-left-style: solid}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 th.button-direction-about {border-width: thin; border-bottom-style: solid; 
border-right-style: solid}
@@ -613,7 +613,7 @@ ul.toc-numbered-mark {list-style: none}
 <p>Top node
 </p>
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#section-node">1.1 
section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#section-node">1.1 
section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/sectioning/in_menu_only_special_ascii_spaces_node_menu.pl 
b/tp/t/results/sectioning/in_menu_only_special_ascii_spaces_node_menu.pl
index fff1b5e485..9ffe962677 100644
--- a/tp/t/results/sectioning/in_menu_only_special_ascii_spaces_node_menu.pl
+++ b/tp/t/results/sectioning/in_menu_only_special_ascii_spaces_node_menu.pl
@@ -542,7 +542,7 @@ 
$result_converted{'html'}->{'in_menu_only_special_ascii_spaces_node_menu'} = '<!
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -559,9 +559,9 @@ Next: CARRIAGE RETURN|'."\r".'| &nbsp; </p>
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; :</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; :</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; :</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; :</td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/sectioning/in_menu_only_special_spaces_node_menu.pl 
b/tp/t/results/sectioning/in_menu_only_special_spaces_node_menu.pl
index d4ca10ad54..e4229c26f1 100644
--- a/tp/t/results/sectioning/in_menu_only_special_spaces_node_menu.pl
+++ b/tp/t/results/sectioning/in_menu_only_special_spaces_node_menu.pl
@@ -1391,7 +1391,7 @@ 
$result_converted{'html'}->{'in_menu_only_special_spaces_node_menu'} = '<!DOCTYP
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -1408,17 +1408,17 @@ Next: <a href="#g_t_2002_2003_2002" accesskey="n" 
rel="next">EN QUAD| | EM QUA
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#g_t_2002_2003_2002" 
accesskey="1">   </a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#g_t_2002_2003_2002" 
accesskey="1">   </a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; :</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; :</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; :</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; :</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#g_t_0085_00a0_1680" 
accesskey="4">…  </a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#g_t_0085_00a0_1680" 
accesskey="4">…  </a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#g_t_180e_2003" 
accesskey="5">᠎ </a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#g_t_180e_2003" 
accesskey="5">᠎ </a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="#g_t_2004_2005_2006_2007_2008_2009_200a_202f_205f_3000" accesskey="6">    
      </a>:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="#g_t_2004_2005_2006_2007_2008_2009_200a_202f_205f_3000" accesskey="6">    
      </a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/sectioning/nodes_after_top_before_chapter_texi2html/res_html/nodes_after_top_before_chapter_texi2html.html
 
b/tp/t/results/sectioning/nodes_after_top_before_chapter_texi2html/res_html/nodes_after_top_before_chapter_texi2html.html
index 787a282a36..dc372d7c41 100644
--- 
a/tp/t/results/sectioning/nodes_after_top_before_chapter_texi2html/res_html/nodes_after_top_before_chapter_texi2html.html
+++ 
b/tp/t/results/sectioning/nodes_after_top_before_chapter_texi2html/res_html/nodes_after_top_before_chapter_texi2html.html
@@ -16,7 +16,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -27,9 +27,9 @@ td.menu-entry-destination {vertical-align: top}
 <body lang="en">
 <a class="node" id="Top"></a><p>Top node
 </p><table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#second-node">second 
node</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#second-node">second 
node</a></td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#third-node">1 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#third-node">1 
chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/sectioning/nodes_after_top_before_chapter_texi2html_use_nodes_chapter/res_html/index.html
 
b/tp/t/results/sectioning/nodes_after_top_before_chapter_texi2html_use_nodes_chapter/res_html/index.html
index 65a57b9e4e..d83da0df88 100644
--- 
a/tp/t/results/sectioning/nodes_after_top_before_chapter_texi2html_use_nodes_chapter/res_html/index.html
+++ 
b/tp/t/results/sectioning/nodes_after_top_before_chapter_texi2html_use_nodes_chapter/res_html/index.html
@@ -16,7 +16,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -36,9 +36,9 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="node"><span>Top<a class="copiable-link" href="#Top"> 
&para;</a></span></h1>
 <p>Top node
 </p><table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#second-node">second 
node</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#second-node">second 
node</a></td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="third-node.html">third 
node</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="third-node.html">third 
node</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/sectioning/nodes_after_top_before_section_texi2html_chapter/res_html/index.html
 
b/tp/t/results/sectioning/nodes_after_top_before_section_texi2html_chapter/res_html/index.html
index 5c48f0cc5b..534b3269bd 100644
--- 
a/tp/t/results/sectioning/nodes_after_top_before_section_texi2html_chapter/res_html/index.html
+++ 
b/tp/t/results/sectioning/nodes_after_top_before_section_texi2html_chapter/res_html/index.html
@@ -16,7 +16,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -27,9 +27,9 @@ td.menu-entry-destination {vertical-align: top}
 <body lang="en">
 <a class="node" id="Top"></a><p>Top node
 </p><table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#chap-node">chap 
node</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chap-node">chap 
node</a></td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#third-node">1 
subsection</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#third-node">1 
subsection</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/sectioning/nodes_after_top_before_section_texi2html_use_nodes/res_html/nodes_after_top_before_section_texi2html_use_nodes.html
 
b/tp/t/results/sectioning/nodes_after_top_before_section_texi2html_use_nodes/res_html/nodes_after_top_before_section_texi2html_use_nodes.html
index b1d5218205..911f4a61f4 100644
--- 
a/tp/t/results/sectioning/nodes_after_top_before_section_texi2html_use_nodes/res_html/nodes_after_top_before_section_texi2html_use_nodes.html
+++ 
b/tp/t/results/sectioning/nodes_after_top_before_section_texi2html_use_nodes/res_html/nodes_after_top_before_section_texi2html_use_nodes.html
@@ -20,7 +20,7 @@ table.direction-about {border-collapse: collapse}
 td.button-direction-about {text-align: center; border-width: thin; 
border-right-style: solid}
 td.description-direction-about {border-width: thin; border-right-style: solid; 
border-left-style: solid}
 td.example-direction-about {border-width: thin; border-left-style: solid}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 th.button-direction-about {border-width: thin; border-bottom-style: solid; 
border-right-style: solid}
@@ -45,9 +45,9 @@ th.name-direction-about {border-width: thin; 
border-bottom-style: solid; border-
 <h1 class="node"><span>Top<a class="copiable-link" href="#Top"> 
&para;</a></span></h1>
 <p>Top node
 </p><table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#chap-node">chap 
node</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chap-node">chap 
node</a></td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#third-node">third 
node</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#third-node">third 
node</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/sectioning/nodes_after_top_before_section_texi2html_use_nodes_chapter/res_html/index.html
 
b/tp/t/results/sectioning/nodes_after_top_before_section_texi2html_use_nodes_chapter/res_html/index.html
index 3910048b75..794de739a4 100644
--- 
a/tp/t/results/sectioning/nodes_after_top_before_section_texi2html_use_nodes_chapter/res_html/index.html
+++ 
b/tp/t/results/sectioning/nodes_after_top_before_section_texi2html_use_nodes_chapter/res_html/index.html
@@ -16,7 +16,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -36,9 +36,9 @@ td.menu-entry-destination {vertical-align: top}
 <h1 class="node"><span>Top<a class="copiable-link" href="#Top"> 
&para;</a></span></h1>
 <p>Top node
 </p><table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#chap-node">chap 
node</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chap-node">chap 
node</a></td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a href="#third-node">third 
node</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#third-node">third 
node</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/sectioning/two_nodes_at_the_end_texi2html/res_html/two_nodes_at_the_end_texi2html.html
 
b/tp/t/results/sectioning/two_nodes_at_the_end_texi2html/res_html/two_nodes_at_the_end_texi2html.html
index 9ad71de0de..7adb78f9b7 100644
--- 
a/tp/t/results/sectioning/two_nodes_at_the_end_texi2html/res_html/two_nodes_at_the_end_texi2html.html
+++ 
b/tp/t/results/sectioning/two_nodes_at_the_end_texi2html/res_html/two_nodes_at_the_end_texi2html.html
@@ -20,7 +20,7 @@ table.direction-about {border-collapse: collapse}
 td.button-direction-about {text-align: center; border-width: thin; 
border-right-style: solid}
 td.description-direction-about {border-width: thin; border-right-style: solid; 
border-left-style: solid}
 td.example-direction-about {border-width: thin; border-left-style: solid}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 th.button-direction-about {border-width: thin; border-bottom-style: solid; 
border-right-style: solid}
@@ -46,11 +46,11 @@ th.name-direction-about {border-width: thin; 
border-bottom-style: solid; border-
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#chapter-1">1 chapter 
c1</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chapter-1">1 chapter 
c1</a></td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="#node-after-chapter-1">node after chapter 
1</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="#node-after-chapter-1">node after chapter 1</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="#last-node-in-chapter-1">last node in chapter 
1</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="#last-node-in-chapter-1">last node in chapter 1</a></td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/t/results/sectioning/two_nodes_between_chapters_texi2html/res_html/two_nodes_between_chapters_texi2html.html
 
b/tp/t/results/sectioning/two_nodes_between_chapters_texi2html/res_html/two_nodes_between_chapters_texi2html.html
index cd6c0205d1..a661fa489f 100644
--- 
a/tp/t/results/sectioning/two_nodes_between_chapters_texi2html/res_html/two_nodes_between_chapters_texi2html.html
+++ 
b/tp/t/results/sectioning/two_nodes_between_chapters_texi2html/res_html/two_nodes_between_chapters_texi2html.html
@@ -20,7 +20,7 @@ table.direction-about {border-collapse: collapse}
 td.button-direction-about {text-align: center; border-width: thin; 
border-right-style: solid}
 td.description-direction-about {border-width: thin; border-right-style: solid; 
border-left-style: solid}
 td.example-direction-about {border-width: thin; border-left-style: solid}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 th.button-direction-about {border-width: thin; border-bottom-style: solid; 
border-right-style: solid}
@@ -46,11 +46,11 @@ th.name-direction-about {border-width: thin; 
border-bottom-style: solid; border-
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#chapter-1">1 chapter 
c1</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chapter-1">1 chapter 
c1</a></td><td class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="#node-between-chapters">node between 
chapters</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="#node-between-chapters">node between chapters</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#chapter-2">2 chapter 
c2</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chapter-2">2 chapter 
c2</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/transformations/master_menu_fr/res_html/chap.html 
b/tp/t/results/transformations/master_menu_fr/res_html/chap.html
index 332d5d11f2..ca6bf56ceb 100644
--- a/tp/t/results/transformations/master_menu_fr/res_html/chap.html
+++ b/tp/t/results/transformations/master_menu_fr/res_html/chap.html
@@ -18,7 +18,7 @@
 <!--
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -36,7 +36,7 @@ Pr&eacute;c&eacute;dent: <a href="index.html" accesskey="p" 
rel="prev">max</a>,
 <h2 class="chapter" id="chap-1"><span>1 chap<a class="copiable-link" 
href="#chap-1"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="section.html" 
accesskey="1">section</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="section.html" 
accesskey="1">section</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/t/results/transformations/master_menu_fr/res_html/index.html 
b/tp/t/results/transformations/master_menu_fr/res_html/index.html
index 01d9cdd02f..55732cded2 100644
--- a/tp/t/results/transformations/master_menu_fr/res_html/index.html
+++ b/tp/t/results/transformations/master_menu_fr/res_html/index.html
@@ -18,7 +18,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -38,15 +38,15 @@ Suivant: <a href="chap.html" accesskey="n" 
rel="next">chap</a> &nbsp; </p>
 <h1 class="top" id="max"><span>max<a class="copiable-link" href="#max"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="chap.html" 
accesskey="1">chap</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="chap.html" 
accesskey="1">chap</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted"> &mdash; The Detailed Node Listing &mdash;
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted"> &mdash; The Detailed Node Listing &mdash;
 
 chap
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="section.html" accesskey="2">section</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="section.html" accesskey="2">section</a>:</td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/tests/coverage/res_parser/formatting_html32/formatting.html 
b/tp/tests/coverage/res_parser/formatting_html32/formatting.html
index 996d0f9aa5..12bea942bd 100644
--- a/tp/tests/coverage/res_parser/formatting_html32/formatting.html
+++ b/tp/tests/coverage/res_parser/formatting_html32/formatting.html
@@ -3059,13 +3059,13 @@ Next: <a href="#chapter" rel="next">chapter</a> &nbsp; 
[<a href="#SEC_Contents"
 <h1 id="Top-section">Top section</h1>
 
 <table>
-<tr><td>* <a href="#chapter" 
rel="index">chapter</a>:</td><td>&nbsp;&nbsp;</td><td>chapter
+<tr><td>* <a href="#chapter" rel="index">chapter</a>:</td><td>chapter
 </td></tr>
-<tr><th colspan="3"><pre>
+<tr><th colspan="2"><pre>
 
 Menu comment
 
-</pre></th></tr><tr><td>* <a href="#chapter2" 
rel="index">description</a>:</td><td>&nbsp;&nbsp;</td><td>Chapter 2
+</pre></th></tr><tr><td>* <a href="#chapter2" 
rel="index">description</a>:</td><td>Chapter 2
 </td></tr>
 </table>
 
@@ -7155,7 +7155,7 @@ Menu comment
 </div>
 
 <table>
-<tr><td>* <a 
href="#s_002d_002dect_002cion">s--ect,ion</a>:</td><td>&nbsp;&nbsp;</td><td>
+<tr><td>* <a href="#s_002d_002dect_002cion">s--ect,ion</a>:</td><td>
 </td></tr>
 </table>
 <hr>
@@ -7167,15 +7167,15 @@ Up: <a href="#chapter" rel="up">chapter</a> &nbsp; [<a 
href="#SEC_Contents" titl
 <h3 id="A-section">1.1 A section</h3>
 
 <table>
-<tr><td>* <a href="#subsection">subsection</a>:</td><td>&nbsp;&nbsp;</td><td>
+<tr><td>* <a href="#subsection">subsection</a>:</td><td>
 </td></tr>
-<tr><th colspan="3"><pre>
+<tr><th colspan="2"><pre>
 
-</pre></th></tr><tr><th colspan="3"><pre>In detailmenu
+</pre></th></tr><tr><th colspan="2"><pre>In detailmenu
 
-</pre></th></tr><tr><td>* <a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">subsubsection 
``simple-double--</a>:</td><td>&nbsp;&nbsp;</td><td>
+</pre></th></tr><tr><td>* <a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">subsubsection 
``simple-double--</a>:</td><td>
 </td></tr>
-<tr><td>* <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">subsubsection
 three---four----''</a>:</td><td>&nbsp;&nbsp;</td><td>
+<tr><td>* <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">subsubsection
 three---four----''</a>:</td><td>
 </td></tr>
 </table>
 
@@ -7188,9 +7188,9 @@ Up: <a href="#s_002d_002dect_002cion" rel="up">A 
section</a> &nbsp; [<a href="#S
 <h4 id="subsection-1">1.1.1 subsection</h4>
 
 <table>
-<tr><td>* <a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">subsubsection 
``simple-double--</a>:</td><td>&nbsp;&nbsp;</td><td>
+<tr><td>* <a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">subsubsection 
``simple-double--</a>:</td><td>
 </td></tr>
-<tr><td>* <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">subsubsection
 three---four----''</a>:</td><td>&nbsp;&nbsp;</td><td>
+<tr><td>* <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">subsubsection
 three---four----''</a>:</td><td>
 </td></tr>
 </table>
 
diff --git 
a/tp/tests/customization/res_parser/sectioning_directions/sectioning.html 
b/tp/tests/customization/res_parser/sectioning_directions/sectioning.html
index e2dfe39530..2e2c503dfc 100644
--- a/tp/tests/customization/res_parser/sectioning_directions/sectioning.html
+++ b/tp/tests/customization/res_parser/sectioning_directions/sectioning.html
@@ -26,7 +26,7 @@ table.direction-about {border-collapse: collapse}
 td.button-direction-about {text-align: center; border-width: thin; 
border-right-style: solid}
 td.description-direction-about {border-width: thin; border-right-style: solid; 
border-left-style: solid}
 td.example-direction-about {border-width: thin; border-left-style: solid}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 th.button-direction-about {border-width: thin; border-bottom-style: solid; 
border-right-style: solid}
@@ -150,33 +150,33 @@ ul.toc-numbered-mark {list-style: none}
 <td class="nav-button">|</td>
 </tr></table>
 <a class="top" id="SEC_Top"></a><table class="menu">
-<tr><td class="menu-entry-destination"><a href="#First-node" accesskey="1">1 
first node chapter</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">node 1
+<tr><td class="menu-entry-destination"><a href="#First-node" accesskey="1">1 
first node chapter</a>:</td><td class="menu-entry-description">node 1
   explaination no heading ?
 * and here ?
 With command &icirc; and
 a <cite class="cite">me</cite>.
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 heading
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#between-node" accesskey="2">between 
node</a>:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#between-node" accesskey="2">between node</a>:</td><td 
class="menu-entry-description">
 node in between
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 heading 
 or not ?
-</pre></th></tr><tr><td class="menu-entry-destination"><a href="#Second-node" 
accesskey="3">2 second node chapter</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">node 2
+</pre></th></tr><tr><td class="menu-entry-destination"><a href="#Second-node" 
accesskey="3">2 second node chapter</a>:</td><td 
class="menu-entry-description">node 2
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 heading with spaces around
 
-</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="#Third-node-unnumbered" accesskey="4">unnumbered 
chapter</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">unnumbered in Top menu
+</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="#Third-node-unnumbered" accesskey="4">unnumbered chapter</a>:</td><td 
class="menu-entry-description">unnumbered in Top menu
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="#Last-node-no-description" accesskey="5">Last node no 
description</a>:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="#Last-node-no-description" accesskey="5">Last node no 
description</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 description here
 
@@ -294,13 +294,13 @@ description here
 
 <p>first node chapter text
 </p><table class="menu">
-<tr><td class="menu-entry-destination"><a href="#unnumbered" 
accesskey="1">unnumbered section</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">un
+<tr><td class="menu-entry-destination"><a href="#unnumbered" 
accesskey="1">unnumbered section</a>:</td><td class="menu-entry-description">un
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#unnumbered2" 
accesskey="2">unnumbered section2</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">un2
+<tr><td class="menu-entry-destination"><a href="#unnumbered2" 
accesskey="2">unnumbered section2</a>:</td><td 
class="menu-entry-description">un2
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#numbered" accesskey="3">1.1 
numbered section</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">nu
+<tr><td class="menu-entry-destination"><a href="#numbered" accesskey="3">1.1 
numbered section</a>:</td><td class="menu-entry-description">nu
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr></table>
 
@@ -415,13 +415,13 @@ description here
 <h3 class="unnumberedsec" id="unnumbered-section"><span>unnumbered section<a 
class="copiable-link" href="#unnumbered-section"> &para;</a></span></h3>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#unnumbered-sub" 
accesskey="1">unnumbered subsection</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">un
+<tr><td class="menu-entry-destination"><a href="#unnumbered-sub" 
accesskey="1">unnumbered subsection</a>:</td><td 
class="menu-entry-description">un
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#numbered-sub" 
accesskey="2">numbered subsection</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">nu
+<tr><td class="menu-entry-destination"><a href="#numbered-sub" 
accesskey="2">numbered subsection</a>:</td><td class="menu-entry-description">nu
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#unnumbered-sub2" 
accesskey="3">unnumbered subsection2</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">un2
+<tr><td class="menu-entry-destination"><a href="#unnumbered-sub2" 
accesskey="3">unnumbered subsection2</a>:</td><td 
class="menu-entry-description">un2
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#numbered-sub2" 
accesskey="4">numbered subsection2</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">nu2
+<tr><td class="menu-entry-destination"><a href="#numbered-sub2" 
accesskey="4">numbered subsection2</a>:</td><td 
class="menu-entry-description">nu2
 </td></tr>
 </table>
 
@@ -981,7 +981,7 @@ description here
 <h3 class="unnumberedsec" id="unnumbered-section2"><span>unnumbered section2<a 
class="copiable-link" href="#unnumbered-section2"> &para;</a></span></h3>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#numbered-sub3" 
accesskey="1">numbered subsection3</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#numbered-sub3" 
accesskey="1">numbered subsection3</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/tests/customization/res_parser/sectioning_directions_split_chapter/First-node.html
 
b/tp/tests/customization/res_parser/sectioning_directions_split_chapter/First-node.html
index 2cd62e2ff3..4a48ae6401 100644
--- 
a/tp/tests/customization/res_parser/sectioning_directions_split_chapter/First-node.html
+++ 
b/tp/tests/customization/res_parser/sectioning_directions_split_chapter/First-node.html
@@ -22,7 +22,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -247,13 +247,13 @@ th.menu-comment {text-align:left}
 
 <p>first node chapter text
 </p><table class="menu">
-<tr><td class="menu-entry-destination"><a href="#unnumbered" 
accesskey="1">unnumbered section</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">un
+<tr><td class="menu-entry-destination"><a href="#unnumbered" 
accesskey="1">unnumbered section</a>:</td><td class="menu-entry-description">un
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#unnumbered2" 
accesskey="2">unnumbered section2</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">un2
+<tr><td class="menu-entry-destination"><a href="#unnumbered2" 
accesskey="2">unnumbered section2</a>:</td><td 
class="menu-entry-description">un2
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#numbered" accesskey="3">1.1 
numbered section</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">nu
+<tr><td class="menu-entry-destination"><a href="#numbered" accesskey="3">1.1 
numbered section</a>:</td><td class="menu-entry-description">nu
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr></table>
 
@@ -472,13 +472,13 @@ th.menu-comment {text-align:left}
 <h3 class="unnumberedsec" id="unnumbered-section"><span>unnumbered section<a 
class="copiable-link" href="#unnumbered-section"> &para;</a></span></h3>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#unnumbered-sub" 
accesskey="1">unnumbered subsection</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">un
+<tr><td class="menu-entry-destination"><a href="#unnumbered-sub" 
accesskey="1">unnumbered subsection</a>:</td><td 
class="menu-entry-description">un
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#numbered-sub" 
accesskey="2">numbered subsection</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">nu
+<tr><td class="menu-entry-destination"><a href="#numbered-sub" 
accesskey="2">numbered subsection</a>:</td><td class="menu-entry-description">nu
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#unnumbered-sub2" 
accesskey="3">unnumbered subsection2</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">un2
+<tr><td class="menu-entry-destination"><a href="#unnumbered-sub2" 
accesskey="3">unnumbered subsection2</a>:</td><td 
class="menu-entry-description">un2
 </td></tr>
-<tr><td class="menu-entry-destination"><a href="#numbered-sub2" 
accesskey="4">numbered subsection2</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">nu2
+<tr><td class="menu-entry-destination"><a href="#numbered-sub2" 
accesskey="4">numbered subsection2</a>:</td><td 
class="menu-entry-description">nu2
 </td></tr>
 </table>
 
@@ -1558,7 +1558,7 @@ th.menu-comment {text-align:left}
 <h3 class="unnumberedsec" id="unnumbered-section2"><span>unnumbered section2<a 
class="copiable-link" href="#unnumbered-section2"> &para;</a></span></h3>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#numbered-sub3" 
accesskey="1">numbered subsection3</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#numbered-sub3" 
accesskey="1">numbered subsection3</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/tests/customization/res_parser/sectioning_directions_split_chapter/index.html
 
b/tp/tests/customization/res_parser/sectioning_directions_split_chapter/index.html
index 821f1f2fe3..8aac15a94a 100644
--- 
a/tp/tests/customization/res_parser/sectioning_directions_split_chapter/index.html
+++ 
b/tp/tests/customization/res_parser/sectioning_directions_split_chapter/index.html
@@ -20,7 +20,7 @@
 <style type="text/css">
 <!--
 pre.menu-comment-preformatted {font-family: serif}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -242,33 +242,33 @@ th.menu-comment {text-align:left}
 <td class="nav-button">|</td>
 </tr></table>
 <a class="top" id="SEC_Top"></a><table class="menu">
-<tr><td class="menu-entry-destination"><a href="First-node.html#First-node" 
accesskey="1">1 first node chapter</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">node 1
+<tr><td class="menu-entry-destination"><a href="First-node.html#First-node" 
accesskey="1">1 first node chapter</a>:</td><td 
class="menu-entry-description">node 1
   explaination no heading ?
 * and here ?
 With command &icirc; and
 a <cite class="cite">me</cite>.
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 heading
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="First-node.html#between-node" accesskey="2">between 
node</a>:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="First-node.html#between-node" accesskey="2">between node</a>:</td><td 
class="menu-entry-description">
 node in between
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 heading 
 or not ?
-</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="Second-node.html" accesskey="3">2 second node 
chapter</a>:</td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">node 2
+</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="Second-node.html" accesskey="3">2 second node chapter</a>:</td><td 
class="menu-entry-description">node 2
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 heading with spaces around
 
-</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="Third-node-unnumbered.html" accesskey="4">unnumbered 
chapter</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">unnumbered in Top menu
+</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="Third-node-unnumbered.html" accesskey="4">unnumbered chapter</a>:</td><td 
class="menu-entry-description">unnumbered in Top menu
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="Third-node-unnumbered.html#Last-node-no-description" accesskey="5">Last 
node no description</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="Third-node-unnumbered.html#Last-node-no-description" accesskey="5">Last 
node no description</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 description here
 
diff --git 
a/tp/tests/formatting/res_parser/documentlanguage_cmdline/documentlanguage.html 
b/tp/tests/formatting/res_parser/documentlanguage_cmdline/documentlanguage.html
index 74db285f9e..f48e35faea 100644
--- 
a/tp/tests/formatting/res_parser/documentlanguage_cmdline/documentlanguage.html
+++ 
b/tp/tests/formatting/res_parser/documentlanguage_cmdline/documentlanguage.html
@@ -23,7 +23,7 @@ table.direction-about {border-collapse: collapse}
 td.button-direction-about {text-align: center; border-width: thin; 
border-right-style: solid}
 td.description-direction-about {border-width: thin; border-right-style: solid; 
border-left-style: solid}
 td.example-direction-about {border-width: thin; border-left-style: solid}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 td.printindex-index-entry {vertical-align: top}
@@ -55,7 +55,7 @@ th.sections-header-printindex {text-align:left; padding-left: 
1em}
 <h1 class="top" id="top-section"><span>top section<a class="copiable-link" 
href="#top-section"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#chapter" rel="index">1 
Chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#chapter" rel="index">1 
Chapter</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 <hr style="height: 6px;">
diff --git 
a/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.html 
b/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.html
index a7147ee6ac..53bbc016aa 100644
--- a/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.html
@@ -905,7 +905,7 @@ td.description-direction-about {border-width: thin; 
border-right-style: solid; b
 td.example-direction-about {border-width: thin; border-left-style: solid}
 td.index-entry-level-1 {padding-left: 1.5em}
 td.index-entry-level-2 {padding-left: 3.0em}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 td.printindex-index-entry {vertical-align: top}
@@ -3160,13 +3160,13 @@ Next: <a href="#chapter" accesskey="n" 
rel="next">chapter</a>   [<a href="#SEC_
 <h1 class="top" id="Top-section"><span>Top section<a class="copiable-link" 
href="#Top-section"> ¶</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">• <a href="#chapter" rel="index" 
accesskey="1">chapter</a>:</td><td>  </td><td 
class="menu-entry-description">chapter
+<tr><td class="menu-entry-destination">• <a href="#chapter" rel="index" 
accesskey="1">chapter</a>:</td><td class="menu-entry-description">chapter
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Menu comment
 
-</pre></th></tr><tr><td class="menu-entry-destination">• <a href="#chapter2" 
rel="index" accesskey="2">description</a>:</td><td>  </td><td 
class="menu-entry-description">Chapter 2
+</pre></th></tr><tr><td class="menu-entry-destination">• <a href="#chapter2" 
rel="index" accesskey="2">description</a>:</td><td 
class="menu-entry-description">Chapter 2
 </td></tr>
 </table>
 
@@ -7341,7 +7341,7 @@ Menu comment
 </div>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">• <a href="#s_002d_002dect_002cion" 
accesskey="1">s--ect,ion</a>:</td><td>  </td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">• <a href="#s_002d_002dect_002cion" 
accesskey="1">s--ect,ion</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 <hr>
@@ -7353,15 +7353,15 @@ Up: <a href="#chapter" accesskey="u" 
rel="up">chapter</a>   [<a href="#SEC_Cont
 <h3 class="section" id="A-section"><span>1.1 A section<a class="copiable-link" 
href="#A-section"> ¶</a></span></h3>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">• <a href="#subsection" 
accesskey="1">subsection</a>:</td><td>  </td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination">• <a href="#subsection" 
accesskey="1">subsection</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">In detailmenu
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">In detailmenu
 
-</pre></th></tr><tr><td class="menu-entry-destination">• <a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" 
accesskey="2">subsubsection ``simple-double--</a>:</td><td>  </td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">• <a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" 
accesskey="2">subsubsection ``simple-double--</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">• <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
accesskey="3">subsubsection three---four----''</a>:</td><td>  </td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">• <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
accesskey="3">subsubsection three---four----''</a>:</td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -7374,9 +7374,9 @@ Up: <a href="#s_002d_002dect_002cion" accesskey="u" 
rel="up">A section</a>   [<
 <h4 class="subsection" id="subsection-1"><span>1.1.1 subsection<a 
class="copiable-link" href="#subsection-1"> ¶</a></span></h4>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">• <a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" 
accesskey="1">subsubsection ``simple-double--</a>:</td><td>  </td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">• <a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" 
accesskey="1">subsubsection ``simple-double--</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">• <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
accesskey="2">subsubsection three---four----''</a>:</td><td>  </td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">• <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
accesskey="2">subsubsection three---four----''</a>:</td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/tests/layout/res_parser/formatting_fr/formatting.html 
b/tp/tests/layout/res_parser/formatting_fr/formatting.html
index 94f4ae8ddb..51a28fb5f9 100644
--- a/tp/tests/layout/res_parser/formatting_fr/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_fr/formatting.html
@@ -901,7 +901,7 @@ td.description-direction-about {border-width: thin; 
border-right-style: solid; b
 td.example-direction-about {border-width: thin; border-left-style: solid}
 td.index-entry-level-1 {padding-left: 1.5em}
 td.index-entry-level-2 {padding-left: 3.0em}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 td.printindex-index-entry {vertical-align: top}
@@ -3160,13 +3160,13 @@ html ''
 <h1 class="top" id="Top-section"><span>Top section<a class="copiable-link" 
href="#Top-section"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#chapter" rel="index">1 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">chapter
+<tr><td class="menu-entry-destination"><a href="#chapter" rel="index">1 
chapter</a></td><td class="menu-entry-description">chapter
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Menu comment
 
-</pre></th></tr><tr><td class="menu-entry-destination"><a href="#chapter2" 
rel="index">chapter 2</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">Chapter 2
+</pre></th></tr><tr><td class="menu-entry-destination"><a href="#chapter2" 
rel="index">chapter 2</a></td><td class="menu-entry-description">Chapter 2
 </td></tr>
 </table>
 
@@ -7321,7 +7321,7 @@ Menu comment
 </div>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#s_002d_002dect_002cion">1.1 A 
section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#s_002d_002dect_002cion">1.1 A 
section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 <hr>
@@ -7344,15 +7344,15 @@ Menu comment
 <h2 class="section" id="A-section"><span>1.1 A section<a class="copiable-link" 
href="#A-section"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 
subsection</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 
subsection</a></td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">In detailmenu
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">In detailmenu
 
-</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -7376,9 +7376,9 @@ Menu comment
 <h3 class="subsection" id="subsection-1"><span>1.1.1 subsection<a 
class="copiable-link" href="#subsection-1"> &para;</a></span></h3>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html 
b/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
index 5def236e95..da6cfff1e6 100644
--- a/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
@@ -902,7 +902,7 @@ td.description-direction-about {border-width: thin; 
border-right-style: solid; b
 td.example-direction-about {border-width: thin; border-left-style: solid}
 td.index-entry-level-1 {padding-left: 1.5em}
 td.index-entry-level-2 {padding-left: 3.0em}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 td.printindex-index-entry {vertical-align: top}
@@ -3161,13 +3161,13 @@ html ''
 <h1 class="top" id="Top-section"><span>Top section<a class="copiable-link" 
href="#Top-section"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#chapter" rel="index">1 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">chapter
+<tr><td class="menu-entry-destination"><a href="#chapter" rel="index">1 
chapter</a></td><td class="menu-entry-description">chapter
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Menu comment
 
-</pre></th></tr><tr><td class="menu-entry-destination"><a href="#chapter2" 
rel="index">chapter 2</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">Chapter 2
+</pre></th></tr><tr><td class="menu-entry-destination"><a href="#chapter2" 
rel="index">chapter 2</a></td><td class="menu-entry-description">Chapter 2
 </td></tr>
 </table>
 
@@ -7322,7 +7322,7 @@ Menu comment
 </div>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#s_002d_002dect_002cion">1.1 A 
section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#s_002d_002dect_002cion">1.1 A 
section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 <hr>
@@ -7345,15 +7345,15 @@ Menu comment
 <h2 class="section" id="A-section"><span>1.1 A section<a class="copiable-link" 
href="#A-section"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 
subsection</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 
subsection</a></td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">In detailmenu
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">In detailmenu
 
-</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -7377,9 +7377,9 @@ Menu comment
 <h3 class="subsection" id="subsection-1"><span>1.1.1 subsection<a 
class="copiable-link" href="#subsection-1"> &para;</a></span></h3>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/tests/layout/res_parser/formatting_inline_css/formatting.html 
b/tp/tests/layout/res_parser/formatting_inline_css/formatting.html
index 04b23fd341..a5a781ee97 100644
--- a/tp/tests/layout/res_parser/formatting_inline_css/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_inline_css/formatting.html
@@ -3111,13 +3111,13 @@ Next: <a href="#chapter" accesskey="n" 
rel="next">chapter</a> &nbsp; [<a href="#
 <h1 class="top" id="Top-section"><span>Top section<a class="copiable-link" 
style="visibility: hidden; text-decoration: none; line-height: 0em" 
href="#Top-section"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination" style="vertical-align: top">&bull; <a 
href="#chapter" rel="index" 
accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description" style="vertical-align: top">chapter
+<tr><td class="menu-entry-destination" style="vertical-align: top">&bull; <a 
href="#chapter" rel="index" accesskey="1">chapter</a>:</td><td 
class="menu-entry-description" style="vertical-align: top; padding-left: 
1em">chapter
 </td></tr>
-<tr><th class="menu-comment" style="text-align:left" colspan="3"><pre 
class="menu-comment-preformatted" style="font-family: serif">
+<tr><th class="menu-comment" style="text-align:left" colspan="2"><pre 
class="menu-comment-preformatted" style="font-family: serif">
 
 Menu comment
 
-</pre></th></tr><tr><td class="menu-entry-destination" style="vertical-align: 
top">&bull; <a href="#chapter2" rel="index" 
accesskey="2">description</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description" style="vertical-align: top">Chapter 2
+</pre></th></tr><tr><td class="menu-entry-destination" style="vertical-align: 
top">&bull; <a href="#chapter2" rel="index" 
accesskey="2">description</a>:</td><td class="menu-entry-description" 
style="vertical-align: top; padding-left: 1em">Chapter 2
 </td></tr>
 </table>
 
@@ -7261,7 +7261,7 @@ Menu comment
 </div>
 
 <table class="menu">
-<tr><td class="menu-entry-destination" style="vertical-align: top">&bull; <a 
href="#s_002d_002dect_002cion" 
accesskey="1">s--ect,ion</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description" style="vertical-align: top">
+<tr><td class="menu-entry-destination" style="vertical-align: top">&bull; <a 
href="#s_002d_002dect_002cion" accesskey="1">s--ect,ion</a>:</td><td 
class="menu-entry-description" style="vertical-align: top; padding-left: 1em">
 </td></tr>
 </table>
 <hr>
@@ -7273,15 +7273,15 @@ Up: <a href="#chapter" accesskey="u" 
rel="up">chapter</a> &nbsp; [<a href="#SEC_
 <h3 class="section" id="A-section"><span>1.1 A section<a class="copiable-link" 
style="visibility: hidden; text-decoration: none; line-height: 0em" 
href="#A-section"> &para;</a></span></h3>
 
 <table class="menu">
-<tr><td class="menu-entry-destination" style="vertical-align: top">&bull; <a 
href="#subsection" accesskey="1">subsection</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description" style="vertical-align: top">
+<tr><td class="menu-entry-destination" style="vertical-align: top">&bull; <a 
href="#subsection" accesskey="1">subsection</a>:</td><td 
class="menu-entry-description" style="vertical-align: top; padding-left: 1em">
 </td></tr>
-<tr><th class="menu-comment" style="text-align:left" colspan="3"><pre 
class="menu-comment-preformatted" style="font-family: serif">
+<tr><th class="menu-comment" style="text-align:left" colspan="2"><pre 
class="menu-comment-preformatted" style="font-family: serif">
 
-</pre></th></tr><tr><th class="menu-comment" style="text-align:left" 
colspan="3"><pre class="menu-comment-preformatted" style="font-family: 
serif">In detailmenu
+</pre></th></tr><tr><th class="menu-comment" style="text-align:left" 
colspan="2"><pre class="menu-comment-preformatted" style="font-family: 
serif">In detailmenu
 
-</pre></th></tr><tr><td class="menu-entry-destination" style="vertical-align: 
top">&bull; <a href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" 
accesskey="2">subsubsection ``simple-double--</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description" style="vertical-align: top">
+</pre></th></tr><tr><td class="menu-entry-destination" style="vertical-align: 
top">&bull; <a href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" 
accesskey="2">subsubsection ``simple-double--</a>:</td><td 
class="menu-entry-description" style="vertical-align: top; padding-left: 1em">
 </td></tr>
-<tr><td class="menu-entry-destination" style="vertical-align: top">&bull; <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
accesskey="3">subsubsection 
three---four----''</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description" style="vertical-align: top">
+<tr><td class="menu-entry-destination" style="vertical-align: top">&bull; <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
accesskey="3">subsubsection three---four----''</a>:</td><td 
class="menu-entry-description" style="vertical-align: top; padding-left: 1em">
 </td></tr>
 </table>
 
@@ -7294,9 +7294,9 @@ Up: <a href="#s_002d_002dect_002cion" accesskey="u" 
rel="up">A section</a> &nbsp
 <h4 class="subsection" id="subsection-1"><span>1.1.1 subsection<a 
class="copiable-link" style="visibility: hidden; text-decoration: none; 
line-height: 0em" href="#subsection-1"> &para;</a></span></h4>
 
 <table class="menu">
-<tr><td class="menu-entry-destination" style="vertical-align: top">&bull; <a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" 
accesskey="1">subsubsection ``simple-double--</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description" style="vertical-align: top">
+<tr><td class="menu-entry-destination" style="vertical-align: top">&bull; <a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" 
accesskey="1">subsubsection ``simple-double--</a>:</td><td 
class="menu-entry-description" style="vertical-align: top; padding-left: 1em">
 </td></tr>
-<tr><td class="menu-entry-destination" style="vertical-align: top">&bull; <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
accesskey="2">subsubsection 
three---four----''</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description" style="vertical-align: top">
+<tr><td class="menu-entry-destination" style="vertical-align: top">&bull; <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
accesskey="2">subsubsection three---four----''</a>:</td><td 
class="menu-entry-description" style="vertical-align: top; padding-left: 1em">
 </td></tr>
 </table>
 
diff --git 
a/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.html 
b/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.html
index afb174b57b..23efdaabf2 100644
--- a/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.html
@@ -905,7 +905,7 @@ td.description-direction-about {border-width: thin; 
border-right-style: solid; b
 td.example-direction-about {border-width: thin; border-left-style: solid}
 td.index-entry-level-1 {padding-left: 1.5em}
 td.index-entry-level-2 {padding-left: 3.0em}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 td.printindex-index-entry {vertical-align: top}
@@ -3160,13 +3160,13 @@ Next: <a href="#chapter" accesskey="n" 
rel="next">chapter</a> &#160; [<a href="#
 <h1 class="top" id="Top-section"><span>Top section<a class="copiable-link" 
href="#Top-section"> &#182;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&#8226; <a href="#chapter" rel="index" 
accesskey="1">chapter</a>:</td><td>&#160;&#160;</td><td 
class="menu-entry-description">chapter
+<tr><td class="menu-entry-destination">&#8226; <a href="#chapter" rel="index" 
accesskey="1">chapter</a>:</td><td class="menu-entry-description">chapter
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Menu comment
 
-</pre></th></tr><tr><td class="menu-entry-destination">&#8226; <a 
href="#chapter2" rel="index" 
accesskey="2">description</a>:</td><td>&#160;&#160;</td><td 
class="menu-entry-description">Chapter 2
+</pre></th></tr><tr><td class="menu-entry-destination">&#8226; <a 
href="#chapter2" rel="index" accesskey="2">description</a>:</td><td 
class="menu-entry-description">Chapter 2
 </td></tr>
 </table>
 
@@ -7341,7 +7341,7 @@ Menu comment
 </div>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&#8226; <a 
href="#s_002d_002dect_002cion" 
accesskey="1">s--ect&#44;ion</a>:</td><td>&#160;&#160;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&#8226; <a 
href="#s_002d_002dect_002cion" accesskey="1">s--ect&#44;ion</a>:</td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 <hr>
@@ -7353,15 +7353,15 @@ Up: <a href="#chapter" accesskey="u" 
rel="up">chapter</a> &#160; [<a href="#SEC_
 <h3 class="section" id="A-section"><span>1.1 A section<a class="copiable-link" 
href="#A-section"> &#182;</a></span></h3>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&#8226; <a href="#subsection" 
accesskey="1">subsection</a>:</td><td>&#160;&#160;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&#8226; <a href="#subsection" 
accesskey="1">subsection</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">In detailmenu
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">In detailmenu
 
-</pre></th></tr><tr><td class="menu-entry-destination">&#8226; <a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" 
accesskey="2">subsubsection ``simple-double--</a>:</td><td>&#160;&#160;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&#8226; <a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" 
accesskey="2">subsubsection ``simple-double--</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&#8226; <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
accesskey="3">subsubsection 
three---four----''</a>:</td><td>&#160;&#160;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&#8226; <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
accesskey="3">subsubsection three---four----''</a>:</td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -7374,9 +7374,9 @@ Up: <a href="#s_002d_002dect_002cion" accesskey="u" 
rel="up">A section</a> &#160
 <h4 class="subsection" id="subsection-1"><span>1.1.1 subsection<a 
class="copiable-link" href="#subsection-1"> &#182;</a></span></h4>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&#8226; <a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" 
accesskey="1">subsubsection ``simple-double--</a>:</td><td>&#160;&#160;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&#8226; <a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" 
accesskey="1">subsubsection ``simple-double--</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&#8226; <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
accesskey="2">subsubsection 
three---four----''</a>:</td><td>&#160;&#160;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&#8226; <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
accesskey="2">subsubsection three---four----''</a>:</td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/tests/layout/res_parser/formatting_texi2html/formatting.html 
b/tp/tests/layout/res_parser/formatting_texi2html/formatting.html
index d2bcaa1a3b..8411fbad04 100644
--- a/tp/tests/layout/res_parser/formatting_texi2html/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_texi2html/formatting.html
@@ -901,7 +901,7 @@ td.description-direction-about {border-width: thin; 
border-right-style: solid; b
 td.example-direction-about {border-width: thin; border-left-style: solid}
 td.index-entry-level-1 {padding-left: 1.5em}
 td.index-entry-level-2 {padding-left: 3.0em}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 td.printindex-index-entry {vertical-align: top}
@@ -3160,13 +3160,13 @@ html ''
 <h1 class="top" id="Top-section"><span>Top section<a class="copiable-link" 
href="#Top-section"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#chapter" rel="index">1 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">chapter
+<tr><td class="menu-entry-destination"><a href="#chapter" rel="index">1 
chapter</a></td><td class="menu-entry-description">chapter
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Menu comment
 
-</pre></th></tr><tr><td class="menu-entry-destination"><a href="#chapter2" 
rel="index">chapter 2</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">Chapter 2
+</pre></th></tr><tr><td class="menu-entry-destination"><a href="#chapter2" 
rel="index">chapter 2</a></td><td class="menu-entry-description">Chapter 2
 </td></tr>
 </table>
 
@@ -7321,7 +7321,7 @@ Menu comment
 </div>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#s_002d_002dect_002cion">1.1 A 
section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#s_002d_002dect_002cion">1.1 A 
section</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 <hr>
@@ -7344,15 +7344,15 @@ Menu comment
 <h2 class="section" id="A-section"><span>1.1 A section<a class="copiable-link" 
href="#A-section"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 
subsection</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 
subsection</a></td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">In detailmenu
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">In detailmenu
 
-</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -7376,9 +7376,9 @@ Menu comment
 <h3 class="subsection" id="subsection-1"><span>1.1.1 subsection<a 
class="copiable-link" href="#subsection-1"> &para;</a></span></h3>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/tests/layout/res_parser/formatting_texi2html_nodes/chapter.html 
b/tp/tests/layout/res_parser/formatting_texi2html_nodes/chapter.html
index 83661e9e18..8b0dd42ae2 100644
--- a/tp/tests/layout/res_parser/formatting_texi2html_nodes/chapter.html
+++ b/tp/tests/layout/res_parser/formatting_texi2html_nodes/chapter.html
@@ -895,7 +895,7 @@ strong.def-name {font-family: monospace; font-weight: bold; 
font-size: larger}
 table.cartouche {border-style: solid; border-radius: 10%}
 td.index-entry-level-1 {padding-left: 1.5em}
 td.index-entry-level-2 {padding-left: 3.0em}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.printindex-index-entry {vertical-align: top}
 td.printindex-index-section {vertical-align: top; padding-left: 1em}
@@ -5062,7 +5062,7 @@ Menu comment
 </div>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a 
href="s_002d_002dect_002cion.html">1.1 A 
section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="s_002d_002dect_002cion.html">1.1 A section</a></td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 </div>
diff --git a/tp/tests/layout/res_parser/formatting_texi2html_nodes/index.html 
b/tp/tests/layout/res_parser/formatting_texi2html_nodes/index.html
index f964cd2ba5..b8efd97807 100644
--- a/tp/tests/layout/res_parser/formatting_texi2html_nodes/index.html
+++ b/tp/tests/layout/res_parser/formatting_texi2html_nodes/index.html
@@ -891,7 +891,7 @@ span.sansserif {font-family: sans-serif; font-weight: 
normal}
 span:hover a.copiable-link {visibility: visible}
 strong.def-name {font-family: monospace; font-weight: bold; font-size: larger}
 table.cartouche {border-style: solid; border-radius: 10%}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 ul.mark-bullet {list-style-type: disc}
@@ -3140,13 +3140,13 @@ html ''
 <h1 class="top" id="Top-section"><span>Top section<a class="copiable-link" 
href="#Top-section"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="chapter.html" rel="index">1 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">chapter
+<tr><td class="menu-entry-destination"><a href="chapter.html" rel="index">1 
chapter</a></td><td class="menu-entry-description">chapter
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Menu comment
 
-</pre></th></tr><tr><td class="menu-entry-destination"><a href="chapter2.html" 
rel="index">chapter 2</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">Chapter 2
+</pre></th></tr><tr><td class="menu-entry-destination"><a href="chapter2.html" 
rel="index">chapter 2</a></td><td class="menu-entry-description">Chapter 2
 </td></tr>
 </table>
 
diff --git 
a/tp/tests/layout/res_parser/formatting_texi2html_nodes/s_002d_002dect_002cion.html
 
b/tp/tests/layout/res_parser/formatting_texi2html_nodes/s_002d_002dect_002cion.html
index fbaa705528..6ef2bc9872 100644
--- 
a/tp/tests/layout/res_parser/formatting_texi2html_nodes/s_002d_002dect_002cion.html
+++ 
b/tp/tests/layout/res_parser/formatting_texi2html_nodes/s_002d_002dect_002cion.html
@@ -876,7 +876,7 @@ a.copiable-link {visibility: hidden; text-decoration: none; 
line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -906,15 +906,15 @@ th.menu-comment {text-align:left}
 <h2 class="section" id="A-section"><span>1.1 A section<a class="copiable-link" 
href="#A-section"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="subsection.html">1.1.1 
subsection</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="subsection.html">1.1.1 
subsection</a></td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">In detailmenu
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">In detailmenu
 
-</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="subsubsection-_0060_0060simple_002ddouble_002d_002d.html">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="subsubsection-_0060_0060simple_002ddouble_002d_002d.html">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a 
href="subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/tests/layout/res_parser/formatting_texi2html_nodes/subsection.html 
b/tp/tests/layout/res_parser/formatting_texi2html_nodes/subsection.html
index f9015452e8..ebb0ce250c 100644
--- a/tp/tests/layout/res_parser/formatting_texi2html_nodes/subsection.html
+++ b/tp/tests/layout/res_parser/formatting_texi2html_nodes/subsection.html
@@ -875,7 +875,7 @@ g-roupe
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 span.program-in-footer {font-size: smaller}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -904,9 +904,9 @@ td.menu-entry-destination {vertical-align: top}
 <h3 class="subsection" id="subsection-1"><span>1.1.1 subsection<a 
class="copiable-link" href="#subsection-1"> &para;</a></span></h3>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a 
href="subsubsection-_0060_0060simple_002ddouble_002d_002d.html">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="subsubsection-_0060_0060simple_002ddouble_002d_002d.html">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a 
href="subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git a/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html 
b/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
index 2721ead1f4..3e6a8dd535 100644
--- a/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
@@ -905,7 +905,7 @@ td.description-direction-about {border-width: thin; 
border-right-style: solid; b
 td.example-direction-about {border-width: thin; border-left-style: solid}
 td.index-entry-level-1 {padding-left: 1.5em}
 td.index-entry-level-2 {padding-left: 3.0em}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 td.printindex-index-entry {vertical-align: top}
@@ -3160,13 +3160,13 @@ Next: <a href="#chapter" accesskey="n" 
rel="next">chapter</a> &nbsp; [<a href="#
 <h1 class="top" id="Top-section"><span>Top section<a class="copiable-link" 
href="#Top-section"> &para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#chapter" rel="index" 
accesskey="1">chapter</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">chapter
+<tr><td class="menu-entry-destination">&bull; <a href="#chapter" rel="index" 
accesskey="1">chapter</a>:</td><td class="menu-entry-description">chapter
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Menu comment
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#chapter2" rel="index" 
accesskey="2">description</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">Chapter 2
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#chapter2" rel="index" accesskey="2">description</a>:</td><td 
class="menu-entry-description">Chapter 2
 </td></tr>
 </table>
 
@@ -7341,7 +7341,7 @@ Menu comment
 </div>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a 
href="#s_002d_002dect_002cion" 
accesskey="1">s--ect,ion</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="#s_002d_002dect_002cion" accesskey="1">s--ect,ion</a>:</td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 <hr>
@@ -7353,15 +7353,15 @@ Up: <a href="#chapter" accesskey="u" 
rel="up">chapter</a> &nbsp; [<a href="#SEC_
 <h3 class="section" id="A-section"><span>1.1 A section<a class="copiable-link" 
href="#A-section"> &para;</a></span></h3>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#subsection" 
accesskey="1">subsection</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#subsection" 
accesskey="1">subsection</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">In detailmenu
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">In detailmenu
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" 
accesskey="2">subsubsection ``simple-double--</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" 
accesskey="2">subsubsection ``simple-double--</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
accesskey="3">subsubsection 
three---four----''</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
accesskey="3">subsubsection three---four----''</a>:</td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -7374,9 +7374,9 @@ Up: <a href="#s_002d_002dect_002cion" accesskey="u" 
rel="up">A section</a> &nbsp
 <h4 class="subsection" id="subsection-1"><span>1.1.1 subsection<a 
class="copiable-link" href="#subsection-1"> &para;</a></span></h4>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" 
accesskey="1">subsubsection ``simple-double--</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" 
accesskey="1">subsubsection ``simple-double--</a>:</td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination">&bull; <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
accesskey="2">subsubsection 
three---four----''</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
accesskey="2">subsubsection three---four----''</a>:</td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/tests/many_input_files/different_languages_gen_master_menu_res/no_master_menu_fr.html
 
b/tp/tests/many_input_files/different_languages_gen_master_menu_res/no_master_menu_fr.html
index 40a773ff22..50b5749f7e 100644
--- 
a/tp/tests/many_input_files/different_languages_gen_master_menu_res/no_master_menu_fr.html
+++ 
b/tp/tests/many_input_files/different_languages_gen_master_menu_res/no_master_menu_fr.html
@@ -19,7 +19,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -38,15 +38,15 @@ Suivant: <a href="#chap" accesskey="n" rel="next">chap</a> 
&nbsp; </p>
 <h1 class="top" id="max"><span>max<a class="copiable-link" href="#max"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#chap" 
accesskey="1">chap</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chap" 
accesskey="1">chap</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted"> &mdash; Liste d&eacute;taill&eacute;e des 
n&oelig;uds &mdash;
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted"> &mdash; Liste d&eacute;taill&eacute;e des 
n&oelig;uds &mdash;
 
 chap
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#section" accesskey="2">section</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#section" accesskey="2">section</a>:</td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -59,7 +59,7 @@ Pr&eacute;c&eacute;dent: <a href="#Top" accesskey="p" 
rel="prev">max</a>, Monter
 <h2 class="chapter" id="chap-1"><span>1 chap<a class="copiable-link" 
href="#chap-1"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#section" 
accesskey="1">section</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#section" 
accesskey="1">section</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
a/tp/tests/many_input_files/different_languages_gen_master_menu_res/no_master_menu_no_documentlanguage.html
 
b/tp/tests/many_input_files/different_languages_gen_master_menu_res/no_master_menu_no_documentlanguage.html
index e65bf93e72..bdf21a638c 100644
--- 
a/tp/tests/many_input_files/different_languages_gen_master_menu_res/no_master_menu_no_documentlanguage.html
+++ 
b/tp/tests/many_input_files/different_languages_gen_master_menu_res/no_master_menu_no_documentlanguage.html
@@ -19,7 +19,7 @@
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -37,15 +37,15 @@ Next: <a href="#chap" accesskey="n" rel="next">chap</a> 
&nbsp; </p>
 <h1 class="top" id="max"><span>max<a class="copiable-link" href="#max"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#chap" 
accesskey="1">chap</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#chap" 
accesskey="1">chap</a>:</td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted"> &mdash; The Detailed Node Listing &mdash;
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted"> &mdash; The Detailed Node Listing &mdash;
 
 chap
 
-</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#section" accesskey="2">section</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination">&bull; <a 
href="#section" accesskey="2">section</a>:</td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 
@@ -58,7 +58,7 @@ Previous: <a href="#Top" accesskey="p" rel="prev">max</a>, 
Up: <a href="#Top" ac
 <h2 class="chapter" id="chap-1"><span>1 chap<a class="copiable-link" 
href="#chap-1"> &para;</a></span></h2>
 
 <table class="menu">
-<tr><td class="menu-entry-destination">&bull; <a href="#section" 
accesskey="1">section</a>:</td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination">&bull; <a href="#section" 
accesskey="1">section</a>:</td><td class="menu-entry-description">
 </td></tr>
 </table>
 
diff --git 
"a/tp/tests/many_input_files/tex_l2h_output_dir_non_ascii_res/encod\303\251/tex_encod\303\251_utf8.html"
 
"b/tp/tests/many_input_files/tex_l2h_output_dir_non_ascii_res/encod\303\251/tex_encod\303\251_utf8.html"
index 68b20c3dce..370cf53265 100644
--- 
"a/tp/tests/many_input_files/tex_l2h_output_dir_non_ascii_res/encod\303\251/tex_encod\303\251_utf8.html"
+++ 
"b/tp/tests/many_input_files/tex_l2h_output_dir_non_ascii_res/encod\303\251/tex_encod\303\251_utf8.html"
@@ -21,7 +21,7 @@ table.direction-about {border-collapse: collapse}
 td.button-direction-about {text-align: center; border-width: thin; 
border-right-style: solid}
 td.description-direction-about {border-width: thin; border-right-style: solid; 
border-left-style: solid}
 td.example-direction-about {border-width: thin; border-left-style: solid}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 th.button-direction-about {border-width: thin; border-bottom-style: solid; 
border-right-style: solid}
@@ -47,7 +47,7 @@ th.name-direction-about {border-width: thin; 
border-bottom-style: solid; border-
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#Chapter">1 
chap</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#Chapter">1 chap</a></td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 <hr style="height: 6px;">
diff --git 
"a/tp/tests/many_input_files/tex_t4ht_output_dir_non_ascii_res/encod\303\251/tex_encod\303\251_utf8.html"
 
"b/tp/tests/many_input_files/tex_t4ht_output_dir_non_ascii_res/encod\303\251/tex_encod\303\251_utf8.html"
index 16975de793..b690e4da46 100644
--- 
"a/tp/tests/many_input_files/tex_t4ht_output_dir_non_ascii_res/encod\303\251/tex_encod\303\251_utf8.html"
+++ 
"b/tp/tests/many_input_files/tex_t4ht_output_dir_non_ascii_res/encod\303\251/tex_encod\303\251_utf8.html"
@@ -23,7 +23,7 @@ table.direction-about {border-collapse: collapse}
 td.button-direction-about {text-align: center; border-width: thin; 
border-right-style: solid}
 td.description-direction-about {border-width: thin; border-right-style: solid; 
border-left-style: solid}
 td.example-direction-about {border-width: thin; border-left-style: solid}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.name-direction-about {text-align: center; border-width: thin; 
border-right-style: solid; border-left-style: solid}
 th.button-direction-about {border-width: thin; border-bottom-style: solid; 
border-right-style: solid}
@@ -49,7 +49,7 @@ th.name-direction-about {border-width: thin; 
border-bottom-style: solid; border-
 <h1 class="top" id="top"><span>top<a class="copiable-link" href="#top"> 
&para;</a></span></h1>
 
 <table class="menu">
-<tr><td class="menu-entry-destination"><a href="#Chapter">1 
chap</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="#Chapter">1 chap</a></td><td 
class="menu-entry-description">
 </td></tr>
 </table>
 <hr style="height: 6px;">
diff --git 
a/tp/tests/nested_formats/res_parser_html/nested_menu/nested_formats.html 
b/tp/tests/nested_formats/res_parser_html/nested_menu/nested_formats.html
index ec9b5c078d..d377641fff 100644
--- a/tp/tests/nested_formats/res_parser_html/nested_menu/nested_formats.html
+++ b/tp/tests/nested_formats/res_parser_html/nested_menu/nested_formats.html
@@ -56,14 +56,14 @@ in macro
 </p>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
 
 <p>Something
 </p>
 <p>Something
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <p>Something2
@@ -71,7 +71,7 @@ in macro
 </p>
 <p>Something2
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 <p>After
 </p>
@@ -79,11 +79,11 @@ in macro
 <br>
 <br>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
@@ -144,7 +144,7 @@ html
 <div class="center">ce&ndash;ntered line
 </div>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -206,47 +206,47 @@ html
 
 <p>Call macro in format_command
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something2
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">After
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">After
 
 Something2
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">After
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">After
 
 
 
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre><strong class="subheading" id="subheading-1">subheading</strong>
 <pre class="menu-comment-preformatted">
@@ -317,7 +317,7 @@ html
 </div><pre class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -375,7 +375,7 @@ html
 
 </pre><div class="center">ce&ndash;ntered line
 </div></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr></table>
 
@@ -385,14 +385,14 @@ html
 
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
 
 <p>Something
 </p>
 <p>Something
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <p>Something2
@@ -400,7 +400,7 @@ html
 </p>
 <p>Something2
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 <p>After
 </p>
@@ -408,11 +408,11 @@ html
 <br>
 <br>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
@@ -473,7 +473,7 @@ html
 <div class="center">ce&ndash;ntered line
 </div>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -538,14 +538,14 @@ in macro
 
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
 
 <p>Something
 </p>
 <p>Something
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <p>Something2
@@ -553,7 +553,7 @@ in macro
 </p>
 <p>Something2
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 <p>After
 </p>
@@ -561,11 +561,11 @@ in macro
 <br>
 <br>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
@@ -626,7 +626,7 @@ html
 <div class="center">ce&ndash;ntered line
 </div>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -688,47 +688,47 @@ html
 </li><li>item 2
 Call macro in itemize in format_command
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something2
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">After
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">After
 
 Something2
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">After
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">After
 
 
 
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre><strong class="subheading" id="subheading-4">subheading</strong>
 <pre class="menu-comment-preformatted">
@@ -799,7 +799,7 @@ html
 </div><pre class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -857,7 +857,7 @@ html
 
 </pre><div class="center">ce&ndash;ntered line
 </div></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr></table>
 </li></ul>
@@ -868,14 +868,14 @@ html
 
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
 
 <p>Something
 </p>
 <p>Something
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <p>Something2
@@ -883,7 +883,7 @@ html
 </p>
 <p>Something2
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 <p>After
 </p>
@@ -891,11 +891,11 @@ html
 <br>
 <br>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
@@ -956,7 +956,7 @@ html
 <div class="center">ce&ndash;ntered line
 </div>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -1021,14 +1021,14 @@ in macro
 
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
 
 <p>Something
 </p>
 <p>Something
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <p>Something2
@@ -1036,7 +1036,7 @@ in macro
 </p>
 <p>Something2
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 <p>After
 </p>
@@ -1044,11 +1044,11 @@ in macro
 <br>
 <br>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
@@ -1109,7 +1109,7 @@ html
 <div class="center">ce&ndash;ntered line
 </div>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -1171,47 +1171,47 @@ html
 </li><li> enumerate2
 Call macro in enumerate in format_command
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something2
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">After
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">After
 
 Something2
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">After
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">After
 
 
 
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre><strong class="subheading" id="subheading-7">subheading</strong>
 <pre class="menu-comment-preformatted">
@@ -1282,7 +1282,7 @@ html
 </div><pre class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -1340,7 +1340,7 @@ html
 
 </pre><div class="center">ce&ndash;ntered line
 </div></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr></table>
 </li></ol>
@@ -1353,14 +1353,14 @@ after item</td></tr>
 
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
 
 <p>Something
 </p>
 <p>Something
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <p>Something2
@@ -1368,7 +1368,7 @@ after item</td></tr>
 </p>
 <p>Something2
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 <p>After
 </p>
@@ -1376,11 +1376,11 @@ after item</td></tr>
 <br>
 <br>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
@@ -1441,7 +1441,7 @@ html
 <div class="center">ce&ndash;ntered line
 </div>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -1505,14 +1505,14 @@ in macro
 
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
 
 <p>Something
 </p>
 <p>Something
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <p>Something2
@@ -1520,7 +1520,7 @@ in macro
 </p>
 <p>Something2
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 <p>After
 </p>
@@ -1528,11 +1528,11 @@ in macro
 <br>
 <br>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
@@ -1593,7 +1593,7 @@ html
 <div class="center">ce&ndash;ntered line
 </div>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -1654,47 +1654,47 @@ html
 <tr><td width="60%">lone multitable item
 Call macro in mutitable in format_command
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something2
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">After
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">After
 
 Something2
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">After
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">After
 
 
 
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre><strong class="subheading" id="subheading-10">subheading</strong>
 <pre class="menu-comment-preformatted">
@@ -1765,7 +1765,7 @@ html
 </div><pre class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -1823,7 +1823,7 @@ html
 
 </pre><div class="center">ce&ndash;ntered line
 </div></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr></table></td></tr>
 </tbody>
@@ -2366,14 +2366,14 @@ in macro
 </p>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
 
 <p>Something
 </p>
 <p>Something
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <p>Something2
@@ -2381,7 +2381,7 @@ in macro
 </p>
 <p>Something2
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 <p>After
 </p>
@@ -2389,11 +2389,11 @@ in macro
 <br>
 <br>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
@@ -2454,7 +2454,7 @@ html
 <div class="center">ce&ndash;ntered line
 </div>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -2516,47 +2516,47 @@ html
 <p>deffn continues
 call macro in deffn in format_command
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something2
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">After
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">After
 
 Something2
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">After
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">After
 
 
 
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre><strong class="subheading" id="subheading-15">subheading</strong>
 <pre class="menu-comment-preformatted">
@@ -2627,7 +2627,7 @@ html
 </div><pre class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -2685,7 +2685,7 @@ html
 
 </pre><div class="center">ce&ndash;ntered line
 </div></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr></table>
 </dd></dl>
@@ -2697,14 +2697,14 @@ html
 </p>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
 
 <p>Something
 </p>
 <p>Something
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <p>Something2
@@ -2712,7 +2712,7 @@ html
 </p>
 <p>Something2
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 <p>After
 </p>
@@ -2720,11 +2720,11 @@ html
 <br>
 <br>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
@@ -2785,7 +2785,7 @@ html
 <div class="center">ce&ndash;ntered line
 </div>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -2853,14 +2853,14 @@ in macro
 </p>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
 
 <p>Something
 </p>
 <p>Something
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <p>Something2
@@ -2868,7 +2868,7 @@ in macro
 </p>
 <p>Something2
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 <p>After
 </p>
@@ -2876,11 +2876,11 @@ in macro
 <br>
 <br>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
@@ -2941,7 +2941,7 @@ html
 <div class="center">ce&ndash;ntered line
 </div>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -3007,14 +3007,14 @@ html
 </p>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
 
 <p>Something
 </p>
 <p>Something
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <p>Something2
@@ -3022,7 +3022,7 @@ html
 </p>
 <p>Something2
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 <p>After
 </p>
@@ -3030,11 +3030,11 @@ html
 <br>
 <br>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
@@ -3095,7 +3095,7 @@ html
 <div class="center">ce&ndash;ntered line
 </div>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -3158,47 +3158,47 @@ html
 <dt>a line2</dt>
 <dd><p>call macro in table in format_command
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something2
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">After
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">After
 
 Something2
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">After
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">After
 
 
 
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre><strong class="subheading" id="subheading-19">subheading</strong>
 <pre class="menu-comment-preformatted">
@@ -3269,7 +3269,7 @@ html
 </div><pre class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -3327,7 +3327,7 @@ html
 
 </pre><div class="center">ce&ndash;ntered line
 </div></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr></table>
 </dd>
@@ -3339,14 +3339,14 @@ html
 </p>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
 
 <p>Something
 </p>
 <p>Something
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <p>Something2
@@ -3354,7 +3354,7 @@ html
 </p>
 <p>Something2
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 <p>After
 </p>
@@ -3362,11 +3362,11 @@ html
 <br>
 <br>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
@@ -3427,7 +3427,7 @@ html
 <div class="center">ce&ndash;ntered line
 </div>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -3492,14 +3492,14 @@ in macro
 </p>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
 
 <p>Something
 </p>
 <p>Something
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <p>Something2
@@ -3507,7 +3507,7 @@ in macro
 </p>
 <p>Something2
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 <p>After
 </p>
@@ -3515,11 +3515,11 @@ in macro
 <br>
 <br>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
@@ -3580,7 +3580,7 @@ html
 <div class="center">ce&ndash;ntered line
 </div>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -3641,47 +3641,47 @@ html
 
 <p>call macro in cartouche in format_command
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something2
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">After
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">After
 
 Something2
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">After
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">After
 
 
 
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre><strong class="subheading" id="subheading-22">subheading</strong>
 <pre class="menu-comment-preformatted">
@@ -3752,7 +3752,7 @@ html
 </div><pre class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -3810,7 +3810,7 @@ html
 
 </pre><div class="center">ce&ndash;ntered line
 </div></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr></table>
 </td></tr></table>
@@ -3820,14 +3820,14 @@ in macro
 </p>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
 
 <p class="flushleft-paragraph">Something
 </p>
 <p class="flushleft-paragraph">Something
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <p class="flushleft-paragraph">Something2
@@ -3835,7 +3835,7 @@ in macro
 </p>
 <p class="flushleft-paragraph">Something2
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 <p class="flushleft-paragraph">After
 </p>
@@ -3843,11 +3843,11 @@ in macro
 <br>
 <br>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
@@ -3908,7 +3908,7 @@ html
 <div class="center">ce&ndash;ntered line
 </div>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -3970,47 +3970,47 @@ html
 <p class="flushleft-paragraph">flushleft
 call macro in flushleft in format_command
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something2
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">After
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">After
 
 Something2
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">After
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">After
 
 
 
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre><strong class="subheading" id="subheading-24">subheading</strong>
 <pre class="menu-comment-preformatted">
@@ -4081,7 +4081,7 @@ html
 </div><pre class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -4139,7 +4139,7 @@ html
 
 </pre><div class="center">ce&ndash;ntered line
 </div></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr></table>
 </div>
@@ -4147,14 +4147,14 @@ html
 </p>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
 
 <p class="flushright-paragraph">Something
 </p>
 <p class="flushright-paragraph">Something
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <p class="flushright-paragraph">Something2
@@ -4162,7 +4162,7 @@ html
 </p>
 <p class="flushright-paragraph">Something2
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 <p class="flushright-paragraph">After
 </p>
@@ -4170,11 +4170,11 @@ html
 <br>
 <br>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
 
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
@@ -4235,7 +4235,7 @@ html
 <div class="center">ce&ndash;ntered line
 </div>
 <table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -4296,47 +4296,47 @@ html
 
 <p class="flushright-paragraph">flushright
 </p><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in format_command
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in format_command
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Something2
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">After
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">After
 
 Something2
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">After
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">After
 
 
 
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in group
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in group
 </pre></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><blockquote class="quotation">
+<tr><th class="menu-comment" colspan="2"><blockquote class="quotation">
 <pre class="menu-comment-preformatted">A quot&mdash;ation
 </pre></blockquote>
 </th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre><strong class="subheading" id="subheading-26">subheading</strong>
 <pre class="menu-comment-preformatted">
@@ -4407,7 +4407,7 @@ html
 </div><pre class="menu-comment-preformatted">
 
 </pre></th></tr><table class="menu">
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">in macro, a format_command containing some 
other commands.
 </pre><ul class="itemize mark-bullet">
 <li><pre class="menu-comment-preformatted">i&ndash;tem 1
 </pre></li><li><pre class="menu-comment-preformatted">i&ndash;tem 2
@@ -4465,7 +4465,7 @@ html
 
 </pre><div class="center">ce&ndash;ntered line
 </div></th></tr></table>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 </pre></th></tr></table>
 </div>
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/chapter.html 
b/tp/tests/tex_html/res_parser/formatting_singular/chapter.html
index 48b1ad31ad..60e7509809 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/chapter.html
+++ b/tp/tests/tex_html/res_parser/formatting_singular/chapter.html
@@ -895,7 +895,7 @@ strong.def-name {font-family: monospace; font-weight: bold; 
font-size: larger}
 table.cartouche {border-style: solid; border-radius: 10%}
 td.index-entry-level-1 {padding-left: 1.5em}
 td.index-entry-level-2 {padding-left: 3.0em}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 td.printindex-index-entry {vertical-align: top}
 td.printindex-index-section {vertical-align: top; padding-left: 1em}
@@ -5492,7 +5492,7 @@ Menu comment
 </div>
 
 <blockquote><table class="menu" border="0" cellspacing="0">
-<tr><td class="menu-entry-destination"><a 
href="s_002d_002dect_002cion.html">1.1 A 
section</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="s_002d_002dect_002cion.html">1.1 A section</a></td><td 
class="menu-entry-description">
 </td></tr>
 </table></blockquote>
 </td>
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/index.htm 
b/tp/tests/tex_html/res_parser/formatting_singular/index.htm
index 57d2458dc1..29d5a16922 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/index.htm
+++ b/tp/tests/tex_html/res_parser/formatting_singular/index.htm
@@ -877,7 +877,7 @@ a.copiable-link {visibility: hidden; text-decoration: none; 
line-height: 0em}
 img.nav-icon {vertical-align: middle}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -925,13 +925,13 @@ th.menu-comment {text-align:left}
 <h1 class="top" id="Top-section"><span>Top section<a class="copiable-link" 
href="#Top-section"> &para;</a></span></h1>
 
 <blockquote><table class="menu" border="0" cellspacing="0">
-<tr><td class="menu-entry-destination"><a href="chapter.html" rel="index">1 
chapter</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">chapter
+<tr><td class="menu-entry-destination"><a href="chapter.html" rel="index">1 
chapter</a></td><td class="menu-entry-description">chapter
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
 Menu comment
 
-</pre></th></tr><tr><td class="menu-entry-destination"><a href="chapter2.html" 
rel="index">chapter 2</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">Chapter 2
+</pre></th></tr><tr><td class="menu-entry-destination"><a href="chapter2.html" 
rel="index">chapter 2</a></td><td class="menu-entry-description">Chapter 2
 </td></tr>
 </table></blockquote>
 
diff --git 
a/tp/tests/tex_html/res_parser/formatting_singular/s_002d_002dect_002cion.html 
b/tp/tests/tex_html/res_parser/formatting_singular/s_002d_002dect_002cion.html
index 0bb3550c2e..9e64403053 100644
--- 
a/tp/tests/tex_html/res_parser/formatting_singular/s_002d_002dect_002cion.html
+++ 
b/tp/tests/tex_html/res_parser/formatting_singular/s_002d_002dect_002cion.html
@@ -877,7 +877,7 @@ a.copiable-link {visibility: hidden; text-decoration: none; 
line-height: 0em}
 img.nav-icon {vertical-align: middle}
 pre.menu-comment-preformatted {font-family: serif}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 th.menu-comment {text-align:left}
 -->
@@ -932,15 +932,15 @@ th.menu-comment {text-align:left}
 <h2 class="section" id="A-section"><span>1.1 A section<a class="copiable-link" 
href="#A-section"> &para;</a></span></h2>
 
 <blockquote><table class="menu" border="0" cellspacing="0">
-<tr><td class="menu-entry-destination"><a href="subsection.html">1.1.1 
subsection</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a href="subsection.html">1.1.1 
subsection</a></td><td class="menu-entry-description">
 </td></tr>
-<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+<tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">
 
-</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">In detailmenu
+</pre></th></tr><tr><th class="menu-comment" colspan="2"><pre 
class="menu-comment-preformatted">In detailmenu
 
-</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="subsubsection-_0060_0060simple_002ddouble_002d_002d.html">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="subsubsection-_0060_0060simple_002ddouble_002d_002d.html">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a 
href="subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td class="menu-entry-description">
 </td></tr>
 </table></blockquote>
 
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/subsection.html 
b/tp/tests/tex_html/res_parser/formatting_singular/subsection.html
index c03b2d5a28..b5f57cfbe7 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/subsection.html
+++ b/tp/tests/tex_html/res_parser/formatting_singular/subsection.html
@@ -876,7 +876,7 @@ g-roupe
 a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
 img.nav-icon {vertical-align: middle}
 span:hover a.copiable-link {visibility: visible}
-td.menu-entry-description {vertical-align: top}
+td.menu-entry-description {vertical-align: top; padding-left: 1em}
 td.menu-entry-destination {vertical-align: top}
 -->
 </style>
@@ -930,9 +930,9 @@ td.menu-entry-destination {vertical-align: top}
 <h3 class="subsection" id="subsection-1"><span>1.1.1 subsection<a 
class="copiable-link" href="#subsection-1"> &para;</a></span></h3>
 
 <blockquote><table class="menu" border="0" cellspacing="0">
-<tr><td class="menu-entry-destination"><a 
href="subsubsection-_0060_0060simple_002ddouble_002d_002d.html">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="subsubsection-_0060_0060simple_002ddouble_002d_002d.html">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td 
class="menu-entry-description">
 </td></tr>
-<tr><td class="menu-entry-destination"><a 
href="subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+<tr><td class="menu-entry-destination"><a 
href="subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td class="menu-entry-description">
 </td></tr>
 </table></blockquote>
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]