]> git.donarmstrong.com Git - lilypond.git/commitdiff
issue 4804: table cells shoud be top-aligned in HTML manuals
authorFederico Bruni <fede@inventati.org>
Thu, 17 Mar 2016 07:42:12 +0000 (08:42 +0100)
committerFederico Bruni <fede@inventati.org>
Tue, 29 Mar 2016 10:35:25 +0000 (12:35 +0200)
as they are in PDF manuals, for better readability.

Also capitalize the first letter inside a table cell of Extending
manual.

Documentation/css/lilypond-manuals.css
Documentation/extending/programming-interface.itely

index cdbd6b76472ea8eeda00ee477ade4e2c44c69d25..e0e8eca9b6ab68c5dafe5907e3287d8ed1e70abd 100644 (file)
@@ -244,6 +244,11 @@ pre.menu-comment {
   margin-bottom: 1em;
 }
 
+table td {
+    vertical-align: top;
+    padding-bottom: .5em;
+}
+
 /***********************************************************/
 /*                    TOC SIDEBAR                          */
 /***********************************************************/
index e2f3ab73cccf525ab697bc07eb2444bc2cf044da..5e63eabcd4f96598e64c742beca832dadfedf3ca 100644 (file)
@@ -119,10 +119,10 @@ where
 
 @multitable @columnfractions .33 .66
 @item @code{@var{argN}}
-@tab @var{n}th argument
+@tab @var{n}th argument.
 
 @item @code{@var{typeN?}}
-@tab a Scheme @emph{type predicate} for which @code{@var{argN}}
+@tab A Scheme @emph{type predicate} for which @code{@var{argN}}
 must return @code{#t}.  There is also a special form
 @code{(@emph{predicate?} @emph{default})} for specifying optional
 arguments.  If the actual argument is missing when the function is being