www-commits
[Top][All Lists]
Advanced

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

www/server/staging/ghm2016 body-include-1-rsd.h...


From: Therese Godefroy
Subject: www/server/staging/ghm2016 body-include-1-rsd.h...
Date: Tue, 28 Jun 2016 19:51:44 +0000 (UTC)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/06/28 19:51:44

Modified files:
        server/staging/ghm2016: body-include-1-rsd.html layout-rsd.css 

Log message:
        form > span > input doesn't validate; use form > div > input.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/ghm2016/body-include-1-rsd.html?cvsroot=www&r1=1.2&r2=1.3
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/ghm2016/layout-rsd.css?cvsroot=www&r1=1.2&r2=1.3

Patches:
Index: body-include-1-rsd.html
===================================================================
RCS file: /webcvs/www/www/server/staging/ghm2016/body-include-1-rsd.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- body-include-1-rsd.html     28 Jun 2016 16:56:52 -0000      1.2
+++ body-include-1-rsd.html     28 Jun 2016 19:51:44 -0000      1.3
@@ -17,14 +17,16 @@
 </div> <!-- /toplinks -->
 
 <div id="searcher">
-  <div class="top-right-area">
     <form method="get" action="//www.gnu.org/cgi-bin/estseek.cgi">
+      <div>
         <input name="phrase" id="phrase" type="text" size="18" accesskey="s"
                value="Why GNU/Linux?" onfocus="this.value=''" />
         <input type="submit" value="Search" />
-    </form>
-    <span id="join-fsf" class="button"><a 
href="https://www.fsf.org/associate/support_freedom?referrer=4052";>JOIN&nbsp;THE&nbsp;FSF</a></span>
   </div>
+    </form>
+    <span id="join-fsf" class="button"><a
+          href="https://www.fsf.org/associate/support_freedom?referrer=4052";>
+          JOIN&nbsp;THE&nbsp;FSF</a></span>
 </div><!-- /searcher -->
 <!--#if expr="$TRANSLATION_LIST" -->
 <!--#echo encoding="none" var="TRANSLATION_LIST" -->

Index: layout-rsd.css
===================================================================
RCS file: /webcvs/www/www/server/staging/ghm2016/layout-rsd.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- layout-rsd.css      28 Jun 2016 16:56:52 -0000      1.2
+++ layout-rsd.css      28 Jun 2016 19:51:44 -0000      1.3
@@ -294,12 +294,17 @@
 
 /*** FORMS ***/
 
-form { display: inline; }
+form  {
+   display: inline;
+   display: inline-block;
+   margin: .05em 0;
+}
+form div { display: inline; }
 
 form input {
    font-family: inherit;
    font-weight: bold;
-   line-height: 1.5em;
+   line-height: 1.6em;
    border: .1em solid #ccc;
    border-radius: .4em;
    -moz-border-radius: .4em;
@@ -699,11 +704,11 @@
 #toplinks {
    float: left;
    /* For NetSurf 1.2, and maybe a few other browsers. */
-   padding: .5em 2em .3em 2em;
+   padding: .55em 2em .3em 2em;
 }
 /* For standard browsers. */
 @media (max-width: 500em) {
-   #toplinks { padding: .5em 3% .3em 3%; }
+   #toplinks { padding: .55em 3% .3em 3%; }
 }
 #toplinks a, #toplinks a:visited {
    white-space: nowrap;
@@ -725,8 +730,6 @@
    padding-top: .3em; padding-bottom: .3em;
 }
 
-#searcher form input { margin: 0; }
-
 /* Join FSF */
 /* Narrow screens and CSS-1 browsers */
 #join-fsf { display: none; }



reply via email to

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