Jeremy Newman : let the browser decide the width of tables

Jeremy Newman jnewman at winehq.org
Mon Dec 8 14:56:07 CST 2008


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

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Mon Dec  8 14:55:43 2008 -0600

let the browser decide the width of tables

---

 templates/en/devel.template    |    2 +-
 templates/en/download.template |    6 +++---
 templates/en/help.template     |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/templates/en/devel.template b/templates/en/devel.template
index d3bce93..cb0cb28 100644
--- a/templates/en/devel.template
+++ b/templates/en/devel.template
@@ -6,7 +6,7 @@
 <p>Welcome to Wine development. On this page you will find links to our
 various resources available for our developers.</p>
 
-<table width="95%" border="0" cellpadding="10" cellspacing="1" bgcolor="#EFEFEF" style="margin-left: 20px;">
+<table border="0" cellpadding="10" cellspacing="1" bgcolor="#EFEFEF" style="margin-left: 20px;">
 
   <tr>
     <td bgcolor="black"><b style="color: #FFFFFF">Option</b></td>
diff --git a/templates/en/download.template b/templates/en/download.template
index e6884c7..eb8cd18 100644
--- a/templates/en/download.template
+++ b/templates/en/download.template
@@ -5,7 +5,7 @@
 
 <h2><a name="crossover"></a>Supported Wine</h2>
 
-<table width="95%" border="0" cellpadding="5" cellspacing="1" bgcolor="#EFEFEF">
+<table border="0" cellpadding="5" cellspacing="1" bgcolor="#EFEFEF">
 
   <tr>
     <td align="center" bgcolor="black"><b><font color="white" class="small">Product</font></b></td>
@@ -47,7 +47,7 @@ for post-installation instructions.</b></p>
 <p><table><tr><td>Latest stable release:</td><td>Wine&nbsp;{$config_stable_release}</td></tr>
 <tr><td>Latest development release:</td><td>Wine&nbsp;{$config_master_release}</td></tr></table></p>
 
-<table width="95%" border="0" cellpadding="5" cellspacing="1" bgcolor="#EFEFEF">
+<table border="0" cellpadding="5" cellspacing="1" bgcolor="#EFEFEF">
 
   <tr>
     <td align="center" bgcolor="black"><b><font color="white" class="small">System</font></b></td>
@@ -171,7 +171,7 @@ for post-installation instructions.</b></p>
 
 <h2><a name="source"></a>Wine Source Downloads</h2>
 
-<table width="95%" border="0" cellpadding="5" cellspacing="1" bgcolor="#EFEFEF">
+<table border="0" cellpadding="5" cellspacing="1" bgcolor="#EFEFEF">
 
   <tr>
     <td align="center" bgcolor="black"><b><font color="white" class="small">Location</font></b></td>
diff --git a/templates/en/help.template b/templates/en/help.template
index 0f75fdc..075f892 100644
--- a/templates/en/help.template
+++ b/templates/en/help.template
@@ -5,7 +5,7 @@
 
 <p>There are a variety of ways to get help in using Wine.</p>
 
-<table width="95%" border="0" cellpadding="10" cellspacing="1" bgcolor="#EFEFEF">
+<table border="0" cellpadding="10" cellspacing="1" bgcolor="#EFEFEF">
 
   <tr>
     <td align="center" bgcolor="black" class="small"><b style="color: #FFFFFF">Option</b></td>




More information about the wine-cvs mailing list