CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Heikki Johannes Junes <[EMAIL PROTECTED]>       05/07/20 
12:05:34

Modified files:
        .              : ChangeLog 
        Documentation  : index.html.in texinfo.css 
        stepmake/bin   : add-html-footer.py 

Log message:
        * Documentation/index.html.in, Documentation/texinfo.css:
        optimize for a 800x600 screen, increases printability
        when 'fit to page' is not set and readability in wide screens.
        
        * stepmake/bin/add-html-footer.py: add missing </p>.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3900&tr2=1.3901&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/index.html.in.diff?tr1=1.25&tr2=1.26&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/texinfo.css.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/stepmake/bin/add-html-footer.py.diff?tr1=1.34&tr2=1.35&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3900 lilypond/ChangeLog:1.3901
--- lilypond/ChangeLog:1.3900   Wed Jul 20 10:55:26 2005
+++ lilypond/ChangeLog  Wed Jul 20 12:05:34 2005
@@ -3,6 +3,12 @@
        * Documentation/topdocs/INSTALL.texi, configure.in: fix
        version dependencies for fontforge and gs.
 
+       * Documentation/index.html.in, Documentation/texinfo.css: 
+       optimize for a 800x600 screen, increases printability
+       when 'fit to page' is not set and readability in wide screens.
+
+       * stepmake/bin/add-html-footer.py: add missing </p>.
+
 2005-07-20  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * scm/framework-null.scm: new file, used for benchmarking.
Index: lilypond/Documentation/index.html.in
diff -u lilypond/Documentation/index.html.in:1.25 
lilypond/Documentation/index.html.in:1.26
--- lilypond/Documentation/index.html.in:1.25   Tue May 31 19:18:36 2005
+++ lilypond/Documentation/index.html.in        Wed Jul 20 12:05:34 2005
@@ -7,6 +7,7 @@
           content="Top-level index to the standard documentation for
                    LilyPond @TOPLEVEL_VERSION@">
     <style type="text/css">
+      body { width: 760px; }
     .navigation         { background-color: #e8ffe8;
                          padding: 2; border: #c0ffc0 1px solid;
                          text-align: center;
Index: lilypond/Documentation/texinfo.css
diff -u lilypond/Documentation/texinfo.css:1.1 
lilypond/Documentation/texinfo.css:1.2
--- lilypond/Documentation/texinfo.css:1.1      Sun Jun 20 22:17:36 2004
+++ lilypond/Documentation/texinfo.css  Wed Jul 20 12:05:34 2005
@@ -1 +1,2 @@
+  body { width: 760px; }
   hr { border:0; height:1; color: #000000; background-color: #000000; }
Index: lilypond/stepmake/bin/add-html-footer.py
diff -u lilypond/stepmake/bin/add-html-footer.py:1.34 
lilypond/stepmake/bin/add-html-footer.py:1.35
--- lilypond/stepmake/bin/add-html-footer.py:1.34       Wed Apr  6 14:48:09 2005
+++ lilypond/stepmake/bin/add-html-footer.py    Wed Jul 20 12:05:34 2005
@@ -52,6 +52,7 @@
 </font>
 <address><font size="-1">
 Report errors to &lt;<a 
href="mailto:%(mail_address)s">%(mail_address)s</a>&gt;.</font></address>
+</p>
 </div>
 
 


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to