]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3190: Fix W3C compliance.
authorMark Polesky <markpolesky@yahoo.com>
Sat, 29 Jun 2013 02:18:47 +0000 (19:18 -0700)
committerMark Polesky <markpolesky@yahoo.com>
Sun, 7 Jul 2013 12:14:58 +0000 (05:14 -0700)
Fix incorrect nesting of tables in `Manuals' section of
  Community > Development on website.

Adjust css rules as needed.

Documentation/css/lilypond-website.css
Documentation/web/community.itexi

index 4dc2f28352ea12366365ada5ded487cfa1ba0f08..820cd5c5bfea663ecd82d71b286766452da85df2 100644 (file)
@@ -904,6 +904,7 @@ div.color4 h3 {
   padding : 0em;
   border-left: 2px;
   margin: 0em;
+  width: 67%;
 }
 
 .normal-table table td {
index b87062c7ba7c5edf0eeeab40e10fbfcec285da86..54723d77f59f016826fa53d0647ae03b28d5466a 100644 (file)
@@ -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