]> git.wh0rd.org - nano-editor.git/blobdiff - bottom.php
add a line break
[nano-editor.git] / bottom.php
index ca5a788b554719d24690be9d4385cd38fae234ec..2e7539d75fdd4d94c254c4f95b460a651bdbd23c 100644 (file)
@@ -1,38 +1,52 @@
 <br>
-<table border=0 cellspacing=0 width="100%">
+<table border=0 width="100%">
 <tr><td>
 
 <hr>
 
-<table border=0 cellspacing=0 width="100%">
-<tr>
-<td width="1%" class="inverted"><b><tt>^G</tt></b></td>
-<td width="22%"><tt>&nbsp;<a href="download.php">Get Nano</a></tt></td>
-
-<td width="1%" class="inverted"><b><tt>^N</tt></b></td>
-<td width="22%"><tt>&nbsp;<a href="news.php">News</a></tt></td>
-
-<td width="1%" class="inverted"><b><tt>^W</tt></b></td>
-<td width="22%"><tt>&nbsp;<a href="who.php">Who</a></tt></td>
-
-<td width="1%" class="inverted"><b><tt>^T</tt></b></td>
-<td><tt>&nbsp;<a href="git.php">Git</a></tt></td>
-</tr>
-
-<tr>
-<td width="1%" class="inverted"><b><tt>^D</tt></b></td>
-<td width="22%"><tt>&nbsp;<a href="docs.php">Documentation</a></tt></td>
-
-<td width="1%" class="inverted"><b><tt>^H</tt></b></td>
-<td width="22%"><tt>&nbsp;<a href="history.php">History</a></tt></td>
-
-<td width="1%" class="inverted"><b><tt>^S</tt></b></td>
-<td width="22%"><tt>&nbsp;<a href="screenshots.php">Screenshots</a></tt></td>
-
-<td width="1%" class="inverted"><b><tt>^C</tt></b></td>
-<td><tt>&nbsp;<a href="contact.php">Contact</a></tt></td>
-</tr>
-</table>
+<div id="bottom" width="100%">
+
+<span class="menuitem">
+<span class="inverted"><b><tt>^G</tt></b></span>
+<span class="indented"><tt><a href="download.php">Get Nano</a></tt></span>
+</span>
+
+<span class="menuitem">
+<span class="inverted"><b><tt>^N</tt></b></span>
+<span class="indented"><tt><a href="news.php">News</a></tt></span>
+</span>
+
+<span class="menuitem">
+<span class="inverted"><b><tt>^W</tt></b></span>
+<span class="indented"><tt><a href="who.php">Who</a></tt></span>
+</span>
+
+<span class="menuitem">
+<span class="inverted"><b><tt>^T</tt></b></span>
+<span class="indented"><tt><a href="git.php">Git</a></tt></span>
+</span>
+
+<span class="menuitem">
+<span class="inverted"><b><tt>^D</tt></b></span>
+<span class="indented"><tt><a href="docs.php">Documentation</a></tt></span>
+</span>
+
+<span class="menuitem">
+<span class="inverted"><b><tt>^H</tt></b></span>
+<span class="indented"><tt><a href="history.php">History</a></tt></span>
+</span>
+
+<span class="menuitem">
+<span class="inverted"><b><tt>^S</tt></b></span>
+<span class="indented"><tt><a href="screenshots.php">Screenshots</a></tt></span>
+</span>
+
+<span class="menuitem">
+<span class="inverted"><b><tt>^C</tt></b></span>
+<span class="indented"><tt><a href="contact.php">Contact</a></tt></span>
+</span>
+
+</div>
 
 </td></tr>
 </table>