This is the mail archive of the gcc-patches@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: Weird indentation in the GCC home page


[ 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";>&nbsp;Supported&nbsp;Platforms</a><br />
-  <a href="http://gcc.gnu.org/install/test.html";>&nbsp;Testing</a><br />
+  &middot;&nbsp;<a href="http://gcc.gnu.org/install/specific.html";>Supported&nbsp;Platforms</a><br />
+  &middot;&nbsp;<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>


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