public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Various tweaks to the default footer (reducing footprint)
@ 2011-04-11  9:41 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2011-04-11  9:41 UTC (permalink / raw)
  To: gcc-patches

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

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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-11  9:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-11  9:41 [wwwdocs] Various tweaks to the default footer (reducing footprint) Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).