]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/index.html.in, Documentation/texinfo.css:
authorHeikki Junes <heikki.junes@hut.fi>
Wed, 20 Jul 2005 12:05:34 +0000 (12:05 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Wed, 20 Jul 2005 12:05:34 +0000 (12:05 +0000)
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>.

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

index 45a0957aeee28cdb42e605935e8c9bd4580ad77d..4e83a7359c498e0d59f1b853b80e5f20a4953ae9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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  <hanwen@xs4all.nl>
 
        * scm/framework-null.scm: new file, used for benchmarking.
index 79da4490689f9dafb16ef3d93f0c373fba941c79..a25cdcf9be5dc70a5363e45d6ea17de0cdec7cd8 100644 (file)
@@ -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 081c9adb9982e0f7939dc2a1c6a60e3f600a772b..e4bf56f6fbb7f6b12fbfa3573255fd2b7c9db41d 100644 (file)
@@ -1 +1,2 @@
+  body { width: 760px; }
   hr { border:0; height:1; color: #000000; background-color: #000000; }
index 9e00dbe5486c70e8c46f74fe9e1cbfe43dbfc451..d16ddcebbe42a5115eccc240ca38eb988eab86bb 100644 (file)
@@ -52,6 +52,7 @@ This page is for %(package_name)s-%(package_version)s (%(branch_str)s). <br>
 </font>
 <address><font size="-1">
 Report errors to &lt;<a href="mailto:%(mail_address)s">%(mail_address)s</a>&gt;.</font></address>
+</p>
 </div>