www-commits
[Top][All Lists]
Advanced

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

www layout.css server/body-include-2.html


From: Waclaw Jacek
Subject: www layout.css server/body-include-2.html
Date: Tue, 23 Nov 2010 06:16:53 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Waclaw Jacek <wwj>      10/11/23 06:16:53

Modified files:
        .              : layout.css 
        server         : body-include-2.html 

Log message:
        This should make the main menu wrap around the searcher div

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.108&r2=1.109
http://web.cvs.savannah.gnu.org/viewcvs/www/server/body-include-2.html?cvsroot=www&r1=1.13&r2=1.14

Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -b -r1.108 -r1.109
--- layout.css  23 Nov 2010 05:39:11 -0000      1.108
+++ layout.css  23 Nov 2010 06:16:47 -0000      1.109
@@ -80,7 +80,7 @@
 
 #navigation:after{ clear: both; content: ""; display: block; height: 0px; 
visibility: hidden; width: 0px; }
 
-#navigation ul{font-size: 0.8em; float: left; margin: 1.1em auto; }
+#navigation ul{font-size: 0.8em; margin: 1.1em auto; padding-top: 1.1em }
 
 #navigation li{display: inline; }
 

Index: server/body-include-2.html
===================================================================
RCS file: /web/www/www/server/body-include-2.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- server/body-include-2.html  17 Oct 2010 18:24:25 -0000      1.13
+++ server/body-include-2.html  23 Nov 2010 06:16:50 -0000      1.14
@@ -19,14 +19,6 @@
 
       <div id="navigation">
         <div class="inner">
-        <ul>
-          <li id="tabPhilosophy"><a 
href="/philosophy/philosophy.html">Philosophy</a></li>
-          <li id="tabLicenses"><a 
href="/licenses/licenses.html">Licenses</a></li>       
-          <li id="tabSoftware"><a 
href="/software/software.html">Downloads</a></li>
-          <li id="tabDoc"><a href="/doc/doc.html">Documentation</a></li>
-          <li><a href="/help/help.html">Help&nbsp;GNU</a></li>
-          <li id="joinfsftab"><a 
href="https://www.fsf.org/associate/support_freedom?referrer=4052";>Join the 
FSF!</a></li>
-        </ul>
 
                          <div id="searcher">
 
@@ -37,5 +29,14 @@
                                 </form>
                         </div>
 
+        <ul>
+          <li id="tabPhilosophy"><a 
href="/philosophy/philosophy.html">Philosophy</a></li>
+          <li id="tabLicenses"><a 
href="/licenses/licenses.html">Licenses</a></li>       
+          <li id="tabSoftware"><a 
href="/software/software.html">Downloads</a></li>
+          <li id="tabDoc"><a href="/doc/doc.html">Documentation</a></li>
+          <li><a href="/help/help.html">Help&nbsp;GNU</a></li>
+          <li id="joinfsftab"><a 
href="https://www.fsf.org/associate/support_freedom?referrer=4052";>Join the 
FSF!</a></li>
+        </ul>
+
         </div>
       </div>



reply via email to

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