[tex4ht-commits] [SCM] tex4ht updated: r503 - trunk/web

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Tue Jan 22 00:07:14 CET 2019


Author: michal_h21
Date: 2019-01-22 01:07:14 +0200 (Tue, 22 Jan 2019)
New Revision: 503

Modified:
   trunk/web/index.html
Log:
Moved changelog to the bottom and use the biger line height only on smaller screens

Modified: trunk/web/index.html
===================================================================
--- trunk/web/index.html	2019-01-21 23:06:31 UTC (rev 502)
+++ trunk/web/index.html	2019-01-21 23:07:14 UTC (rev 503)
@@ -8,7 +8,9 @@
 <style type="text/css">
 table.changelog td{vertical-align: top;}
 table.changelog p{margin-top:0;margin-bottom:0.5em;}
-body{line-height: 1.5;}
+ at media (max-width:35em){
+  body{line-height: 1.5;}
+}
 </style>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 </head><body>
@@ -19,13 +21,11 @@
 TeX/LaTeX/ConTeXt/etc. to HTML, various XML flavors, braille, etc.,
 optionally using MathML.
 
-<h3>Changelog</h3>
 
-<!--#include virtual="changes.html"-->
-
 <h3>Links</h3>
 <h4>Project page, mailing lists and source repository</h4>
 <ul>
+<li><a href="#changelog">ChangeLog</a>.</li>
 <li><a href="http://puszcza.gnu.org.ua/projects/tex4ht/">Project page at
     Puszcza</a>:
     <a href="http://svn.gnu.org.ua/viewvc/tex4ht">source repository</a>,
@@ -74,7 +74,7 @@
 href="https://puszcza.gnu.org.ua/bugs/?group=tex4ht">bug db</a>, so it
 won't be forgotten.
 
-<h3>Current status</h3>
+<h3>Development status</h3>
 
 <p>TeX4ht was created by Eitan Gurari at Ohio State University.  <a
 href="/TUGboat/tb30-2/tb95gurari.pdf">Eitan died unexpectedly</a> in
@@ -96,5 +96,10 @@
 remain solely in the <a
 href="http://svn.gnu.org.ua/viewvc/tex4ht">source repository</a>.
 
+<h3 id="changelog">Changelog</h3>
+
+<!--#include virtual="changes.html"-->
+
 <hr><small>$Date: 2019/01/21 14:46:30 $;</small>
 <!--#include virtual="/footer.html"-->
+<p><a href="changelog.html">Full ChangeLog</a>.</p>



More information about the tex4ht-commits mailing list