PATCH: Fix web bug 6978: Text goes off screen in IE

From: Ryan Pavlik <abiryan_at_ryand.net>
Date: Mon Jun 14 2004 - 19:56:15 CEST

I have a pair of patches here. "abiweb-contribute" goes to
contribute/index.phtml , and "abiweb-qa" goes to beta/index.phtml. Both
are diff -u and dos2unixed. Please test and apply. These patches fix
bug 6978, please resolve when applied. Thank you!

Ryan

--- contribute/index.phtml 30 Dec 2003 15:16:19 -0000 1.5
+++ contribute/index.phtml 14 Jun 2004 17:38:54 -0000
@@ -46,7 +46,7 @@
 <dl>
 <dt><strong>Fund AbiWord development</strong></dt>
 <dd>
-<table width="100%" align="center" cellspacing="1" cellpadding="2" border="0"><tr><td width="50%">Help promote AbiWord development by
+<table width="80%" align="center" cellspacing="1" cellpadding="2" border="0"><tr><td width="50%">Help promote AbiWord development by
 donating money. The money go to a general AbiWord "fund",
 presently hosted by Dom Lachowicz (cinamod@hotmail.com).</td><td align="center">
 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">

--- beta/index.phtml 17 Mar 2004 14:29:50 -0000 1.68
+++ beta/index.phtml 14 Jun 2004 17:38:53 -0000
@@ -20,7 +20,7 @@
 {
   border-spacing: 0px;
   empty-cells: show;
- width: 100%;
+ width: 80%;
 }
 
 .tbox_selection
Received on Mon Jun 14 20:15:26 2004

This archive was generated by hypermail 2.1.8 : Mon Jun 14 2004 - 20:15:27 CEST