diff mbox

[wwwdocs] Various tweaks to the default footer (reducing footprint)

Message ID alpine.LNX.2.00.1104102345530.3701@gerinyyl.fvgr
State New
Headers show

Commit Message

Gerald Pfeifer April 11, 2011, 9:41 a.m. UTC
This is a combination of three changes around our standard footer:

First of all, remove two manual line breaks, which work fine on a
common notebook screen, but not so well on screens with lower or
higher horizontal resolution.  (With this change, users of the latter
actually save vertical space.)

Second, avoid the extra space at the top of the box commonly added by
<p> styles.

And lastly, slightly reword a sentence.  Ah, and use "smaller" instead
of the fixed 75%, or until recently 80%.
	
Gerald
diff mbox

Patch

Index: style.mhtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.112
diff -u -r1.112 style.mhtml
--- style.mhtml	5 Apr 2011 13:55:12 -0000	1.112
+++ style.mhtml	10 Apr 2011 21:54:26 -0000
@@ -232,21 +232,21 @@ 
 
 <div class="copyright">
 
-<p>These pages are <a href="http://gcc.gnu.org/about.html">maintained by
-the GCC team</a>.</p>
+<p style="margin-top:0;">These pages are
+<a href="http://gcc.gnu.org/about.html">maintained by the GCC team</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
 that fails, the <a href="mailto:gcc-help@gcc.gnu.org">gcc-help@gcc.gnu.org</a>
-mailing list might help.<br />
-Please send comments on these web pages and the development of GCC to our
+mailing list might help.
+Comments on these web pages and the development of GCC are welcome on our
 developer list at <a href="mailto:gcc@gcc.gnu.org">gcc@gcc.gnu.org</a>.
 All of <a href="http://gcc.gnu.org/lists.html">our lists</a>
 have public archives.
 </address>
 
 <p>Copyright (C)
-<a href="http://www.fsf.org">Free Software Foundation, Inc.</a><br />
+<a href="http://www.fsf.org">Free Software Foundation, Inc.</a>
 Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
Index: gcc.css
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v
retrieving revision 1.16
diff -u -r1.16 gcc.css
--- gcc.css	6 Apr 2011 23:05:44 -0000	1.16
+++ gcc.css	10 Apr 2011 21:46:33 -0000
@@ -39,7 +39,7 @@ 
 }
 
 div.copyright {
-  font-size: 75%;
+  font-size: smaller;
   background: #f2f2f9;
   border: 2px solid #3366cc;
   border-style: solid;