Le 12/08/2020 à 17:42, Thérèse Godefroy a écrit :
[...]
> See gnuzilla.1.diff, attached.

I fixed a few small typos:
 - 2 instances of Icecat,
 - nested parentheses in #bugs.

--> gnuzilla.2.diff
Index: index.html
===================================================================
RCS file: /webcvs/gnuzilla/gnuzilla/index.html,v
retrieving revision 1.74
diff -U 2 -r1.74 index.html
--- index.html	11 Aug 2020 22:49:33 -0000	1.74
+++ index.html	12 Aug 2020 16:35:58 -0000
@@ -4,8 +4,17 @@
 <title>GNUzilla and IceCat - GNU Project - Free Software Foundation</title>
 <style type="text/css" media="print,screen"><!--
+  #main-heading {
+    width: 18em;
+    max-width: 100%;
+    margin: 0 auto 2em;
+  }
+  h2 {
+    max-width: 6em;
+    float: right;
+    margin: .2em 0 0 1em;
+  }
   img#logo {
-    display:block;
-    width:8em;
-    margin:1.25em auto 2.5em;
+    width: 5.6em;
+    margin: 0;
   }
   #features {
@@ -22,11 +31,26 @@
   h4 { font-size: 1.125em; }
   #content .button { margin-bottom: 1.5em; }
+
+@media (max-width: 19em) {
+  #main-heading {
+    width: 100%;
+    text-align: center; }
+  h2 {
+    float: none;
+    width: 100%;
+    margin: 0 auto .5em;
+  }
+}
+@media (min-width: 30em) {
+  #main-heading { width: 21em; }
+  img#logo { width: 6.5em; }
+}
 --></style>
 <!--#include virtual="/server/gnun/initial-translations-list.html" -->
 <!--#include virtual="/server/banner.html" -->
 <div class="reduced-width">
-<h2 class="c">GNUzilla and IceCat</h2>
 
-<p>
+<div id="main-heading">
+<h2>GNUzilla and IceCat</h2>
   <a href="icecat.png">
     <img src="icecat-128.png" 
@@ -34,6 +58,6 @@
          alt=" [GNU IceCat logo] " />
   </a>
-</p>
-
+</div>
+<div style="clear: both"></div>
 
 <p>
@@ -90,5 +114,5 @@
 <h3 id="downloads">Downloads</h3>
 
-<h4>Official releases of Icecat</h4>
+<h4>Official releases of IceCat</h4>
 <p>
   They are available from <a href="//ftp.gnu.org/gnu/gnuzilla/">ftp.gnu.org</a>,
@@ -193,5 +217,5 @@
 
 <p>
-  You can find langpacks for Icecat on
+  You can find langpacks for IceCat on
   <a href="//ftp.gnu.org/gnu/gnuzilla/">ftp.gnu.org</a>,
   in the <code>langpacks</code> directory for a given release.
@@ -246,7 +270,7 @@
   Found a bug?  Have a suggestion?  Please report it to the
   <a href="#lists">bug-gnuzilla list</a>, trying to specify all the
-  information that could be involved (platform, program version (the
+  information that could be involved: platform, program version (the
   command <kbd>icecat&nbsp;--version</kbd> will report this), and build
-  tools version if building from source code).  Please report both the
+  tools version if building from source code.  Please report both the
   observed and the expected behaviors.
 </p>

Reply via email to