]> git.wh0rd.org - nano-editor.git/blobdiff - docs.php
add a line break
[nano-editor.git] / docs.php
index 185602e4b136deeb466bef2d72f4fa3703d6c2ca..c04710c1ee63259c4ebebd96a6fd90877a605a0d 100644 (file)
--- a/docs.php
+++ b/docs.php
@@ -1,27 +1,16 @@
-<?php include "top.php"; ?>
+<?php $title="Documentation";  include "top.php"; ?>
 
-<title>GNU nano: Documentation</title>
-
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
-<tr VALIGN=TOP>
-<td>
-
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td>
 <br>
 <center><b>Documentation</b></center>
-</td>
-</tr>
-</table>
+<br>
 
-<table BORDER=0 WIDTH="100%">
-<tr BGCOLOR="#440077">
-<td WIDTH="25%">
-<center><font color="#FFFFFF">Document Name</font></center>
+<center><table border=0 id="docs">
+<tr class="inverted">
+<td width="25%">
+<center>Document Name</center>
 </td>
 <td>
-<font color="#FFFFFF">Description</font>
+Description
 </td>
 </tr>
 
 <td>The full nano manual in HTML format.</td>
 </tr>
 
+<tr>
+<td>
+<center><a href="/dist/latest/nano.pdf">The manual as PDF</a></center>
+</td>
+<td>The full nano manual in PDF format.</td>
+</tr>
+
 <tr>
 <td>
 <center><a href="/dist/latest/nano.1.html">Man Page</a></center>
@@ -81,9 +77,6 @@
 <td>General description of noteworthy things in each release.</td>
 </tr>
 
-</table>
-</td>
-</tr>
-</table>
+</table></center>
 
 <?php include "bottom.php"; ?>