[Libreoffice-commits] .: index.html index.php

Thorsten Behrens thorsten at kemper.freedesktop.org
Mon Oct 25 07:27:35 PDT 2010


 index.html |    6 +++---
 index.php  |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 6359e01248fc671d728487bd8087d13a7d6aabc9
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Mon Oct 25 16:27:20 2010 +0200

    Improved layout

diff --git a/index.html b/index.html
index 50b3b74..e1c1c88 100644
--- a/index.html
+++ b/index.html
@@ -125,15 +125,15 @@
     </p>
 
     <h3>Go-oo joins forces with LibreOffice</h3>
+    <div style="width: 70%; float: left;">
     <p>
-    <table><tr><td>
 	Go-oo shares much of its goals and philosophy with <a href="http://documentfoundation.org">The Document 
     Foundation's</a> LibreOffice project, we're therefore supporting LibreOffice since it's inception, and are
     in the process of merging most of our patches over, as well as migrating to Document Foundation infrastructure.
     Going forward, the Go-oo project will be discontinued in favor of LibreOffice.
-    </td>
-    <td><a href="http://documentfoundation.org"><img src="img/libreoffice-logo.png"></a></td></tr></table>
     </p>
+    </div>
+    <div style="width: 20%; float: right;"><p><a href="http://documentfoundation.org"><img src="img/libreoffice-logo.png"></a></p></div>
                     </div>
                 </div>
 
diff --git a/index.php b/index.php
index 846d239..0026696 100644
--- a/index.php
+++ b/index.php
@@ -95,15 +95,15 @@ $content = <<<EOT
     </p>
 
     <h3>Go-oo joins forces with LibreOffice</h3>
+    <div style="width: 70%; float: left;">
     <p>
-    <table><tr><td>
 	Go-oo shares much of its goals and philosophy with <a href="http://documentfoundation.org">The Document 
     Foundation's</a> LibreOffice project, we're therefore supporting LibreOffice since it's inception, and are
     in the process of merging most of our patches over, as well as migrating to Document Foundation infrastructure.
     Going forward, the Go-oo project will be discontinued in favor of LibreOffice.
-    </td>
-    <td><a href="http://documentfoundation.org"><img src="img/libreoffice-logo.png"></a></td></tr></table>
     </p>
+    </div>
+    <div style="width: 20%; float: right;"><p><a href="http://documentfoundation.org"><img src="img/libreoffice-logo.png"></a></p></div>
 EOT;
 
 print_page("Go-OO!", array("summary"),


More information about the Libreoffice-commits mailing list