From: Mark Polesky Date: Sat, 29 Jun 2013 02:18:47 +0000 (-0700) Subject: Issue 3190: Fix W3C compliance. X-Git-Tag: release/2.17.22-1~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b4a06339566ce7e7f17ba60745261fc26b32abb0;p=lilypond.git Issue 3190: Fix W3C compliance. Fix incorrect nesting of tables in `Manuals' section of Community > Development on website. Adjust css rules as needed. --- 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