fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [7537] manual: left align


From: Sigurd Nes
Subject: [Fmsystem-commits] [7537] manual: left align
Date: Tue, 30 Aug 2011 11:40:54 +0000

Revision: 7537
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7537
Author:   sigurdne
Date:     2011-08-30 11:40:54 +0000 (Tue, 30 Aug 2011)
Log Message:
-----------
manual: left align

Modified Paths:
--------------
    trunk/manual/templates/base/help.tpl

Modified: trunk/manual/templates/base/help.tpl
===================================================================
--- trunk/manual/templates/base/help.tpl        2011-08-29 11:35:51 UTC (rev 
7536)
+++ trunk/manual/templates/base/help.tpl        2011-08-30 11:40:54 UTC (rev 
7537)
@@ -5,15 +5,16 @@
        //]]>
 </script>
 
-<h2>{title}</h2>
-<table>
+<h2 align = 'left'>{title}</h2>
+<table align = 'left'>
        <tr>
                <td align = 'left'>
                        {help_msg}
                </td>
        </tr>
 </table>
-<p align="center"><a href="javascript:this.window.close()">{lang_close}</a></p>
+</br>
+<p align="left"><a href="javascript:this.window.close()">{lang_close}</a></p>
 
 </body>
 </html>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]