]> git.donarmstrong.com Git - lilypond.git/commitdiff
Web: improve html output.
authorGraham Percival <graham@percival-music.ca>
Tue, 18 Aug 2009 05:16:07 +0000 (22:16 -0700)
committerGraham Percival <graham@percival-music.ca>
Tue, 18 Aug 2009 05:16:07 +0000 (22:16 -0700)
Documentation/macros.itexi
Documentation/web-texi2html.init

index 798edda5cf13fbd0048065308c5caaa89a6c3451..6c2d43ab190874791cca43c88867d49ec3f0290c 100644 (file)
 @ifhtml
 
 @macro warning{TEXT}
-@cartouche
-@b{Note:} \TEXT\
-@end cartouche
+@html
+<div class="warning">
+<b>Note:</b> \TEXT\
+</div>
+@end html
 @end macro
 
 @end ifhtml
index a2f8762a1db16e25de005f89d218ef8b6d4ae8aa..2bc6275b6d6bfcdd96c9f884c383445bae6f36a4 100644 (file)
@@ -651,7 +651,7 @@ sub generate_ly_toc_entries($$$)
   my @color_4 = (
         "Text input", "Alternate input",
         "GPL",
-        "Translated", "Old", "FDL"
+        "Translated", "All", "FDL"
         );
 
   my $addColor = " colorDefault";