[gnu.org #225214] apparent mistake in html attribute
Gerald Pfeifer
gerald@pfeifer.com
Sun Feb 26 23:23:00 GMT 2006
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
More information about the Gcc
mailing list