]> git.wh0rd.org - nano-editor.git/blobdiff - bottom.php
add a line break
[nano-editor.git] / bottom.php
index 31e8a524ddb8867642c48cf3e7bd1c7fc33c9a23..2e7539d75fdd4d94c254c4f95b460a651bdbd23c 100644 (file)
@@ -1,38 +1,52 @@
 <br>
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="18%">
+<table border=0 width="100%">
 <tr><td>
 
 <hr>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^G</font></tt></b></td>
-<td WIDTH="22%"><tt><font color="#440077">&nbsp;<a href="download.php">Get Nano</a></font></tt></td>
-
-<td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^N</font></tt></b></td>
-<td WIDTH="22%"><tt><font color="#440077">&nbsp;<a href="news.php">News</a></font></tt></td>
-
-<td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^W</font></tt></b></td>
-<td WIDTH="22%"><tt><font color="#440077">&nbsp;<a href="who.php">Who</a></font></tt></td>
-
-<td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^T</font></tt></b></td>
-<td><tt><font color="#440077">&nbsp;<a href="git.php">Git</a></font></tt></td>
-</tr>
-
-<tr>
-<td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^D</font></tt></b></td>
-<td WIDTH="22%"><tt><font color="#440077">&nbsp;<a href="docs.php">Documentation</a></font></tt></td>
-
-<td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^H</font></tt></b></td>
-<td WIDTH="22%"><tt><font color="#440077">&nbsp;<a href="history.php">History</a></font></tt></td>
-
-<td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^S</font></tt></b></td>
-<td WIDTH="22%"><tt><font color="#440077">&nbsp;<a href="screenshots.php">Screenshots</a></font></tt></td>
-
-<td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^C</font></tt></b></td>
-<td><tt><font color="#440077">&nbsp;<a href="contact.php">Contact</a></font></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>