lilypond-devel
[Top][All Lists]
Advanced

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

issue 4804: table cells shoud be top-aligned in HTML manuals (issue 2912


From: fedelogy
Subject: issue 4804: table cells shoud be top-aligned in HTML manuals (issue 291230043 by address@hidden)
Date: Thu, 17 Mar 2016 08:13:32 +0000

Reviewers: pwm,

Description:
issue 4804: table cells shoud be top-aligned in HTML manuals

as they are in PDF manuals, for better readability.

Please review this at https://codereview.appspot.com/291230043/

Affected files (+5, -0 lines):
  M Documentation/css/lilypond-manuals.css


Index: Documentation/css/lilypond-manuals.css
diff --git a/Documentation/css/lilypond-manuals.css b/Documentation/css/lilypond-manuals.css index cdbd6b76472ea8eeda00ee477ade4e2c44c69d25..e0e8eca9b6ab68c5dafe5907e3287d8ed1e70abd 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                          */
 /***********************************************************/





reply via email to

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