Weird indentation in the GCC home page

Gerald Pfeifer pfeifer@dbai.tuwien.ac.at
Thu Apr 10 09:37:00 GMT 2003


[ gcc -> gcc-patches ]

On Wed, 9 Apr 2003, Paolo Carlini wrote:
> I'm seein a weird indentation for the items "Supported Platforms"
> and "Testing" in the home page.

This was intentional, but I can see how it is confusing.  The point
is that both items are actually part of the installation manual, so
I didn't want to present them as independent pieces.

I have committed the patch below to make that clearer.

Thanks for bringing this up!

Gerald

Index: style.mhtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.51
retrieving revision 1.53
diff -u -3 -p -r1.51 -r1.53
--- style.mhtml	26 Mar 2003 21:11:28 -0000	1.51
+++ style.mhtml	10 Apr 2003 09:35:44 -0000	1.53
@@ -186,8 +186,8 @@
   <tr <navigation-bgcolor> ><td>
   <p>
   <a href="http://gcc.gnu.org/install/">Installation</a><br />
-  <a href="http://gcc.gnu.org/install/specific.html"> Supported Platforms</a><br />
-  <a href="http://gcc.gnu.org/install/test.html"> Testing</a><br />
+  · <a href="http://gcc.gnu.org/install/specific.html">Supported Platforms</a><br />
+  · <a href="http://gcc.gnu.org/install/test.html">Testing</a><br />
   <a href="<get-var BACKPATH>onlinedocs/">Manual</a><br />
   <a href="<get-var BACKPATH>faq.html">FAQ</a><br />
   <a href="<get-var BACKPATH>readings.html">Further Readings</a>



More information about the Gcc-patches mailing list