www-commits
[Top][All Lists]
Advanced

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

www/server body-include-1.html


From: Therese Godefroy
Subject: www/server body-include-1.html
Date: Sun, 11 Dec 2022 09:51:25 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 22/12/11 09:51:25

Modified files:
        server         : body-include-1.html 

Log message:
        Wrap the search button in a div.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/body-include-1.html?cvsroot=www&r1=1.48&r2=1.49

Patches:
Index: body-include-1.html
===================================================================
RCS file: /webcvs/www/www/server/body-include-1.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- body-include-1.html 11 Dec 2022 14:17:30 -0000      1.48
+++ body-include-1.html 11 Dec 2022 14:51:24 -0000      1.49
@@ -47,13 +47,15 @@
 </p>
 
 <div id="switches">
- <a id="search-button" class="switch" href="//www.gnu.org/cgi-bin/estseek.cgi">
+ <div  id="search-button" class="switch">
+  <a href="//www.gnu.org/cgi-bin/estseek.cgi">
   <img id="search-icon" height="25" width="25"
        src="/graphics/icons/search.png"
        alt="&nbsp;[Search www.gnu.org]&nbsp;" /></a>
+ </div>
 <!--#if expr="$TRANSLATION_LIST = /<span dir=\"ltr\">/" -->
  <div id="language-button" class="switch">
-  <a href="#language-container">LANGUAGES</a>
+  <a href="#language-container">LANGUAGES<br />otros idiomas</a>
  </div>
 <!--#endif -->
 </div>



reply via email to

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