]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
web: Top-align menu items.
authorAndre Noll <maan@systemlinux.org>
Tue, 12 Aug 2014 06:47:52 +0000 (08:47 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 12 Aug 2014 06:51:12 +0000 (08:51 +0200)
Without this, elinks shows the menu items centered with respect to the
main web page. As most pages are short, this is not a real problem. But
for the longer NEWS page the menu was shown in the middle of the page,
making it hard to navigate.

web/header.html
web/header2.html

index 8f7428f7c54b5d5ec04dedad57971d5706212d25..6e559faab7076d57202ac2f5a1251aeca498f92b 100644 (file)
@@ -20,7 +20,7 @@
                </td>
        </tr>
        <tr>
                </td>
        </tr>
        <tr>
-               <td>
+               <td valign="top">
                        <br>
                        <a href="index.html">Home</a><br>
                        <a href="FEATURES.html">Features</a><br>
                        <br>
                        <a href="index.html">Home</a><br>
                        <a href="FEATURES.html">Features</a><br>
index 68980a865dc082af5a2ccbeae0e08184fe57a228..27ccd96a8ab9eda7fcd9e19fafb3839173a2b83a 100644 (file)
@@ -20,7 +20,7 @@
                </td>
        </tr>
        <tr>
                </td>
        </tr>
        <tr>
-               <td>
+               <td valign="top">
                        <br>
                        <a href="../../index.html">Home</a><br>
                        <a href="../../FEATURES.html">Features</a><br>
                        <br>
                        <a href="../../index.html">Home</a><br>
                        <a href="../../FEATURES.html">Features</a><br>