From b4a06339566ce7e7f17ba60745261fc26b32abb0 Mon Sep 17 00:00:00 2001 From: Mark Polesky Date: Fri, 28 Jun 2013 19:18:47 -0700 Subject: [PATCH] Issue 3190: Fix W3C compliance. Fix incorrect nesting of tables in `Manuals' section of Community > Development on website. Adjust css rules as needed. --- Documentation/css/lilypond-website.css | 1 + Documentation/web/community.itexi | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Documentation/css/lilypond-website.css b/Documentation/css/lilypond-website.css index 4dc2f28352..820cd5c5bf 100644 --- a/Documentation/css/lilypond-website.css +++ b/Documentation/css/lilypond-website.css @@ -904,6 +904,7 @@ div.color4 h3 { padding : 0em; border-left: 2px; margin: 0em; + width: 67%; } .normal-table table td { diff --git a/Documentation/web/community.itexi b/Documentation/web/community.itexi index b87062c7ba..54723d77f5 100644 --- a/Documentation/web/community.itexi +++ b/Documentation/web/community.itexi @@ -785,6 +785,7 @@ manuals can be found at @url{http://lilypond.org}} @divClass{normal-table} @multitable @columnfractions .3 .3 .3 @headitem Introduction + @item @docLinkSplit{Learning,learning,@manualDevelLearningSplit} @tab @@ -805,7 +806,9 @@ manuals can be found at @url{http://lilypond.org}} @docLinkBig{Essay,essay,@manualDevelEssayBig} @tab @docLinkPdf{Essay,essay,@manualDevelEssayPdf} +@end multitable +@multitable @columnfractions .3 .3 .3 @headitem Regular @item @@ -828,7 +831,9 @@ manuals can be found at @url{http://lilypond.org}} @docLinkBig{Snippets,snippets,@manualDevelSnippetsBig} @tab @docLinkPdf{Snippets,snippets,@manualDevelSnippetsPdf} +@end multitable +@multitable @columnfractions .3 .3 .3 @headitem Infrequent @item @@ -858,15 +863,17 @@ manuals can be found at @url{http://lilypond.org}} @docLinkBig{Internals,internals,@manualDevelInternalsBig} @tab @docLinkPdf{Internals,internals,@manualDevelInternalsPdf} +@end multitable @ifset web_version +@multitable @columnfractions .3 @headitem Downloadable @item @doctarballDevel +@end multitable @end ifset -@end multitable @divEnd @divEnd -- 2.39.2