This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gnu.org #225214] apparent mistake in html attribute


On Fri, 24 Feb 2006, John Sullivan via RT wrote:
> I'm doing some housecleaning, and thought I should pass on this rather
> old message to you that we received in the GNU Webmasters queue about
> the sidebar on your web pages.
> 
> Can someone acknowledge this? Thanks!

Acknowledged.  I installed the patch below to our "stylesheet" which
replaces the 1% by 10em and refreshed all web pages on gcc.gnu.org;
http://www.gnu.org/software/gcc/ should be updated within 24 hours.

This is not what the user had suggested, but I believe it's the more 
appropriate fix.  Tested with current versions of lynx, links, w3m,
konqueror, and Mozilla.

Gerald

Index: style.mhtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.84
diff -u -3 -p -r1.84 style.mhtml
--- style.mhtml	28 Oct 2005 20:11:29 -0000	1.84
+++ style.mhtml	26 Feb 2006 23:15:05 -0000
@@ -126,7 +126,7 @@
   <tr>
 
   <td valign="top">                                       <!-- left frame -->
-  <table border="0" cellspacing="0" cellpadding="2" width="1%">
+  <table border="0" cellspacing="0" cellpadding="2" width="10em">
 
   <if <match <get-var env::PREPROCESS_FILE> "java/[^/]*.html">
    <group


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]