]> git.donarmstrong.com Git - lilypond.git/commitdiff
use thin black <hr>.
authorHeikki Junes <heikki.junes@hut.fi>
Sat, 19 Jun 2004 23:43:53 +0000 (23:43 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Sat, 19 Jun 2004 23:43:53 +0000 (23:43 +0000)
ChangeLog
buildscripts/mutopia-index.py

index a46831191e8b4f02e69ca29dcbf52f73f41ef151..a09682c67a2605bab9a9f28e892060ae8eaeaf36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
         * Documentation/index.html.in: use black thin <hr>.
 
+       * buildscripts/mutopia-index.py: use thin black <hr>.
+
 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * scm/fret-diagrams.scm: Use UNIX style line endings.
index 1e0d594394192edd99f64dc0058e41eff081cb5a..947e4ea316969fe1d6ebe7e0edbbcd4f14dcbe59 100644 (file)
@@ -123,7 +123,11 @@ def gen_list(inputs, filename):
                list = open(filename, 'w')
        else:
                list = sys.stdout
-       list.write ('<html><title>Rendered Examples</title>\n')
+       list.write ('<html><head><title>Rendered Examples</title>\n')
+       list.write ('<style type="text/css">\n')
+       list.write ('hr { border:0; height:1; color: #000000; background-color: #000000; }\n')
+       list.write ('</style></head>\n')
+
        list.write ('<body bgcolor=white>\n')
        
        if inputs: