Jeremy Newman : adjust the layout spacing of some elements just a bit

Jeremy Newman jnewman at winehq.org
Thu Feb 12 16:51:20 CST 2009


Module: website
Branch: master
Commit: 91e11fdc69c0aafa6ca479dacace339ab0c793ab
URL:    http://source.winehq.org/git/website.git/?a=commit;h=91e11fdc69c0aafa6ca479dacace339ab0c793ab

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Thu Feb 12 16:50:39 2009 -0600

adjust the layout spacing of some elements just a bit

---

 templates/en/download.template |   24 +++++++++++++++---------
 1 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/templates/en/download.template b/templates/en/download.template
index 1526531..27d1c76 100644
--- a/templates/en/download.template
+++ b/templates/en/download.template
@@ -3,7 +3,7 @@
 
 <h1 class="title">Wine Downloads</h1>
 
-<h2><a name="crossover"></a>Supported Wine</h2>
+<h2 style="margin-bottom: 10px;"><a name="crossover"></a>Supported Wine</h2>
 
 <table border="0" cellpadding="5" cellspacing="1" bgcolor="#EFEFEF">
 
@@ -34,13 +34,19 @@
 requested in exchange for hosting the Wine web site.</p>
   
 
-<h2><a name="binary"></a>Wine Binary Downloads</h2>
-
-<p><table><tr><td>Latest stable release:</td><td>Wine&nbsp;{$config_stable_release}</td>
-<td rowspan="2"><b>See the 
-<a href="http://wiki.winehq.org/HowTo">installation and configuration how-to</a> 
-for post-installation instructions.</b></td></tr>
-<tr><td>Latest development release:</td><td>Wine&nbsp;{$config_master_release}</td></tr></table></p>
+<h2 style="margin-bottom: 5px;"><a name="binary"></a>Wine Binary Downloads</h2>
+
+<table style="margin: 0 0 15px 0;" width="100%">
+<tr>
+  <td width="200">Latest stable release:</td><td>Wine&nbsp;{$config_stable_release}</td>
+  <td rowspan="2" valign="top" style="padding-left: 20px; text-align: center;"><b>See the 
+  <a href="http://wiki.winehq.org/HowTo">installation and configuration how-to</a> 
+  for post-installation instructions.</b></td>
+</tr>
+<tr>
+  <td>Latest development release:</td><td>Wine&nbsp;{$config_master_release}</td>
+</tr>
+</table>
 
 <table border="0" cellpadding="5" cellspacing="1" bgcolor="#EFEFEF">
 
@@ -133,7 +139,7 @@ for post-installation instructions.</b></td></tr>
 </table>
 
 
-<h2><a name="binary"></a>3rd Party Tools</h2>
+<h2 style="margin-bottom: 10px;"><a name="binary"></a>3rd Party Tools</h2>
 
 <p>Sometimes a customization of Wine can cause an application to work, but this change cannot be incorporated into Wine for some reason.  To help overcome current deficiencies in Wine, various third party applications for end users have been made over the years.  These applications are entirely unsupported by the Wine developers, however you may find them useful.  For more information, see <a href="http://wiki.winehq.org/ThirdPartyApplications">our wiki page</a> on third party applications.</p>
 




More information about the wine-cvs mailing list