www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server body-include-1.html footer-text.html...


From: Therese Godefroy
Subject: www/server body-include-1.html footer-text.html...
Date: Fri, 12 Mar 2021 13:20:58 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 21/03/12 13:20:58

Modified files:
        server         : body-include-1.html footer-text.html 
                         fs-gang-definitions.html fs-gang.html 

Log message:
        Define both width & height of images for crippled browsers.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/body-include-1.html?cvsroot=www&r1=1.28&r2=1.29
http://web.cvs.savannah.gnu.org/viewcvs/www/server/footer-text.html?cvsroot=www&r1=1.65&r2=1.66
http://web.cvs.savannah.gnu.org/viewcvs/www/server/fs-gang-definitions.html?cvsroot=www&r1=1.5&r2=1.6
http://web.cvs.savannah.gnu.org/viewcvs/www/server/fs-gang.html?cvsroot=www&r1=1.2&r2=1.3

Patches:
Index: body-include-1.html
===================================================================
RCS file: /webcvs/www/www/server/body-include-1.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- body-include-1.html 5 Mar 2021 13:06:11 -0000       1.28
+++ body-include-1.html 12 Mar 2021 18:20:56 -0000      1.29
@@ -29,7 +29,7 @@
 <div id="header" role="banner">
 <p id="gnu-banner">
  <a href="/">
- <img src="/graphics/heckert_gnu.transp.small.png" height="48"
+ <img src="/graphics/heckert_gnu.transp.small.png" height="48" width="49"
       alt="&nbsp;[A GNU head]&nbsp;" /><strong>GNU</strong> <span
  class="hide">Operating System</span></a><br />
  <small id="fsf-support">Supported by the
@@ -38,12 +38,12 @@
 
 <div id="switches">
  <a id="search-button" class="switch" href="//www.gnu.org/cgi-bin/estseek.cgi">
-  <img id="search-icon" height="24"
+  <img id="search-icon" height="25" width="25"
        src="/graphics/icons/search.png"
        alt="&nbsp;[Search www.gnu.org]&nbsp;" /></a>
 <!--#if expr="$TRANSLATION_LIST = /<span dir=\"ltr\">/" -->
  <a id="language-button" class="switch" href="#language-container">
-  <img id="language-icon" height="24"
+  <img id="language-icon" height="25" width="40"
        src="/graphics/icons/translations.png"
        alt="&nbsp;[Languages]&nbsp;" />
  </a>

Index: footer-text.html
===================================================================
RCS file: /webcvs/www/www/server/footer-text.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -b -r1.65 -r1.66
--- footer-text.html    5 Mar 2021 13:06:11 -0000       1.65
+++ footer-text.html    12 Mar 2021 18:20:57 -0000      1.66
@@ -39,7 +39,8 @@
 <div style="clear: both"></div>
 <blockquote>
 <p style="direction:ltr; text-align:left"><a href="//www.fsf.org"><img 
id="fsfbanner"
-src="/graphics/fsf-logo-notext-small.png" alt="&nbsp;[FSF 
logo]&nbsp;"/></a><strong>
+src="/graphics/fsf-logo-notext-small.png" alt="&nbsp;[FSF logo]&nbsp;"
+width="75" height="25" /></a><strong>
 &ldquo;The Free Software Foundation (FSF) is a nonprofit with a worldwide
 mission to promote computer user freedom. We defend the rights of all
 software users.&rdquo;</strong></p>

Index: fs-gang-definitions.html
===================================================================
RCS file: /webcvs/www/www/server/fs-gang-definitions.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- fs-gang-definitions.html    18 Jun 2020 13:23:47 -0000      1.5
+++ fs-gang-definitions.html    12 Mar 2021 18:20:58 -0000      1.6
@@ -19,7 +19,7 @@
    background: none;
 }
 #fs-gang .img-container img {
-   width: 100%;
+   width: 40em; max-width: 100%; height: auto;
    padding: .3em 0 0 0;
    margin: 0;
 }

Index: fs-gang.html
===================================================================
RCS file: /webcvs/www/www/server/fs-gang.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- fs-gang.html        15 Sep 2017 15:11:57 -0000      1.2
+++ fs-gang.html        12 Mar 2021 18:20:58 -0000      1.3
@@ -1,7 +1,8 @@
 <div id="fs-gang">
 <div class="img-container">
 <a href="//www.fsf.org/working-together/gang">meet the free software
-gang<img src="/graphics/fs-gang.png" alt=" [FS gang] "/></a>
+gang<img src="/graphics/fs-gang.png" alt=" [FS gang] "
+width="720" height="142" /></a>
 </div> <!-- /img-container -->
 </div> <!-- /fs-gang -->
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]