summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Bruni <fede@inventati.org>2016-03-17 08:42:12 +0100
committerFederico Bruni <fede@inventati.org>2016-03-29 12:35:25 +0200
commit708aa920d682cf9aa3ed647cd129afd8509760f4 (patch)
treec92635374cbe48512f393029424c8b4bc4786330
parentf91c9533a7217e9d19eccc3c192ea9222efdbfc4 (diff)
issue 4804: table cells shoud be top-aligned in HTML manuals
as they are in PDF manuals, for better readability. Also capitalize the first letter inside a table cell of Extending manual.
-rw-r--r--Documentation/css/lilypond-manuals.css5
-rw-r--r--Documentation/extending/programming-interface.itely4
2 files changed, 7 insertions, 2 deletions
diff --git a/Documentation/css/lilypond-manuals.css b/Documentation/css/lilypond-manuals.css
index cdbd6b7647..e0e8eca9b6 100644
--- a/Documentation/css/lilypond-manuals.css
+++ b/Documentation/css/lilypond-manuals.css
@@ -244,6 +244,11 @@ pre.menu-comment {
margin-bottom: 1em;
}
+table td {
+ vertical-align: top;
+ padding-bottom: .5em;
+}
+
/***********************************************************/
/* TOC SIDEBAR */
/***********************************************************/
diff --git a/Documentation/extending/programming-interface.itely b/Documentation/extending/programming-interface.itely
index e2f3ab73cc..5e63eabcd4 100644
--- a/Documentation/extending/programming-interface.itely
+++ b/Documentation/extending/programming-interface.itely
@@ -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