[wwwdocs] Remove XHTML logo from footer and save space

Gerald Pfeifer gerald@pfeifer.com
Tue Apr 12 21:23:00 GMT 2011


This was inspired by Mike, though he probably doesn't know it. :-)

Remove the XHTML button from the standard footer and merge the Last
Modified line with the first line, saving a fair amount of space.

For those inclined, the dot at the end of the first line still links
to the validator. :-)

Live on gcc.gnu.org.

Gerald

Index: style.mhtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.114
diff -u -r1.114 style.mhtml
--- style.mhtml	10 Apr 2011 21:54:50 -0000	1.114
+++ style.mhtml	12 Apr 2011 20:32:00 -0000
@@ -233,7 +233,9 @@
 <div class="copyright">
 
 <p style="margin-top:0;">These pages are
-<a href="http://gcc.gnu.org/about.html">maintained by the GCC team</a>.</p>
+<a href="http://gcc.gnu.org/about.html">maintained by the GCC team</a>.
+Last modified <date::format-time "YYYY-MM-DD"><!-- IGNORE DIFF
+--><a href="http://validator.w3.org/check/referer">.</a></p>
 
 <address>For questions related to the use of GCC, please consult these web
 pages and the <a href="http://gcc.gnu.org/onlinedocs/">GCC manuals</a>. If
@@ -250,23 +252,6 @@
 Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<table width="100%" border="0"><tr><td>
-  <!-- IGNORE DIFF -->Last modified <date::format-time "YYYY-MM-DD">
-</td><td align="right" valign="bottom">
-  <a href="http://validator.w3.org/check/referer">
-  <if <var-exists XHTML>
-   <group
-    <img src="http://www.w3.org/Icons/valid-xhtml10"
-     alt="Valid XHTML 1.0" border="0" width="88" height="31" />
-   >
-   <group
-    <img src="http://www.w3.org/Icons/valid-html401"
-     alt="Valid HTML 4.01" border="0" width="88" height="31">
-   >
-  >
-  </a>
-</td></tr></table>
-
 </div>
 
 <!-- ==================================================================== -->



More information about the Gcc-patches mailing list