Trim the navigation bar, by - removing "Testing" from the "Documentation" section, - renaming "Further Readings" to "Pointers", - renaming "Mirror Sites" to "Mirrors" under "Download", - renaming ""Live" Sources" to just "Sources", - moving the Git link past both SVN links, - renaming "Rsync read access" to just "Rsync", and - simplifying "Tentative Timeline" to just "Timeline".
Committed, and I then regenerated all of gcc.gnu.org running the preprocess script there. Gerald Index: style.mhtml =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v retrieving revision 1.126 diff -u -r1.126 style.mhtml --- style.mhtml 30 Jan 2016 04:17:31 -0000 1.126 +++ style.mhtml 14 Feb 2016 14:16:28 -0000 @@ -176,29 +176,28 @@ <tr><td <nav-body-style> > <a href="https://gcc.gnu.org/install/">Installation</a><br /> · <a href="https://gcc.gnu.org/install/specific.html">Platforms</a><br /> - · <a href="https://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="https://gcc.gnu.org/wiki">Wiki</a><br /> - <a href="<get-var BACKPATH>readings.html">Further Readings</a> + <a href="<get-var BACKPATH>readings.html">Pointers</a> </td></tr> </table></td></tr> <tr><td><table cellspacing="0" width="100%"> <tr><td <nav-title-style> >Download</td></tr> <tr><td <nav-body-style> > - <a href="<get-var BACKPATH>mirrors.html">Mirror sites</a><br /> + <a href="<get-var BACKPATH>mirrors.html">Mirrors</a><br /> <a href="https://gcc.gnu.org/install/binaries.html">Binaries</a> </td></tr> </table></td></tr> <tr><td><table cellspacing="0" width="100%"> - <tr><td <nav-title-style> >"Live" Sources</td></tr> + <tr><td <nav-title-style> >Sources</td></tr> <tr><td <nav-body-style> > <a href="<get-var BACKPATH>svn.html">SVN read access</a><br /> - <a href="https://gcc.gnu.org/wiki/GitMirror">Git read access</a><br /> - <a href="<get-var BACKPATH>rsync.html">Rsync read access</a><br /> <a href="<get-var BACKPATH>svnwrite.html">SVN write access</a><br /> + <a href="https://gcc.gnu.org/wiki/GitMirror">Git read access</a><br /> + <a href="<get-var BACKPATH>rsync.html">Rsync</a><br /> </td></tr> </table></td></tr> @@ -206,7 +205,7 @@ <tr><td <nav-title-style> >Development</td></tr> <tr><td <nav-body-style> > <a href="<get-var BACKPATH>develop.html">Development Plan</a><br /> - · <a href="<get-var BACKPATH>develop.html#timeline">Tentative Timeline</a><br /> + · <a href="<get-var BACKPATH>develop.html#timeline">Timeline</a><br /> <a href="<get-var BACKPATH>contribute.html">Contributing</a><br /> <a href="<get-var BACKPATH>contributewhy.html">Why contribute?</a><br /> <a href="<get-var BACKPATH>projects/">Open projects</a><br />