]> git.wh0rd.org - nano-editor.git/blobdiff - bottom.php
add a line break
[nano-editor.git] / bottom.php
index 251ee91bff6b83c3e14873ad5d3291495d5b2109..2e7539d75fdd4d94c254c4f95b460a651bdbd23c 100644 (file)
@@ -1,42 +1,56 @@
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="18%">
-<tr>
-<td>
+<br>
+<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>
+<div id="bottom" width="100%">
 
-<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>
+<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>
 
-<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>
+<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>
 
-<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>
+<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>
 
-<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>
+<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>
 
-<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>
+<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>
 
-<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>
+<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>
 
-<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>
+<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>
+</td></tr>
 </table>
+<br>
 
-<br>&nbsp;
 </body>
 </html>