www-commits
[Top][All Lists]
Advanced

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

www/server/staging/nav-bar/test9 layout4.css la...


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout4.css la...
Date: Fri, 28 Feb 2014 14:41:15 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/02/28 14:41:15

Modified files:
        server/staging/nav-bar/test9: layout4.css layout5.css 
                                      footer-text.html 

Log message:
        Use <p> instead of <ul> for support items and center them; fix 
box-shadow.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout4.css?cvsroot=www&r1=1.8&r2=1.9
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout5.css?cvsroot=www&r1=1.23&r2=1.24
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/footer-text.html?cvsroot=www&r1=1.5&r2=1.6

Patches:
Index: layout4.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout4.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- layout4.css 27 Feb 2014 18:35:57 -0000      1.8
+++ layout4.css 28 Feb 2014 14:41:06 -0000      1.9
@@ -411,8 +411,13 @@
    height: 2em;
    margin: .3em 1em .3em 0;
 }
+#mission-statement p { margin: 0 0 .2em 0; }
  
-#support-gnu-fsf ul { font-size: 1.1em; margin: 0 0 0 15%; }
+#support-items {
+   font-size: 1.1em;
+   width: 32em; max-width: 100%;
+   margin: auto;
+}
    
 #join-fsf {
    float: right;
@@ -428,12 +433,12 @@
    background-color: #ff3;
 }
 
-#backtotop {
+#backtotop a {
    clear: both;
    float: right;
    font-size: 1.1em;
    font-weight: bold;
-   margin: .8em 0 1.5em 1em;
+   margin: .7em 0 1.5em 1em;
 }
 div#backtotop {
 /* For older versions of layout. */
@@ -515,10 +520,10 @@
    text-align: center;
    font-weight: bold;
    box-shadow: .15em .15em #171d33;
-   -moz-box-shadow: .55em .55em #171d33;
-   -webkit-box-shadow: .55em .55em #171d33;
-   -icab-box-shadow: .55em .55em #171d33;
-   -o-box-shadow: .55em .55em #171d33;
+   -moz-box-shadow: .15em .15em #171d33;
+   -webkit-box-shadow: .15em .15em #171d33;
+   -icab-box-shadow: .15em .15em #171d33;
+   -o-box-shadow: .15em .15em #171d33;
 /*   border-radius: .4em;
    -moz-border-radius: .4em;
    -khtml-border-radius: .4em;
@@ -706,7 +711,7 @@
 }
 
 .back { text-align: right; font-weight: bold; }
-.back a, a:visited { color: #334683; }
+.back a, a:visited { color: #333; }
 .back a:hover { color: red; }
 
 /* End items specific to education */

Index: layout5.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout5.css,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- layout5.css 27 Feb 2014 18:35:57 -0000      1.23
+++ layout5.css 28 Feb 2014 14:41:10 -0000      1.24
@@ -406,8 +406,13 @@
    height: 2em;
    margin: .3em 1em .3em 0;
 }
+#mission-statement p { margin: 0 0 .2em 0; }
  
-#support-gnu-fsf ul { font-size: 1.1em; margin: 0 0 0 15%; }
+#support-items {
+   font-size: 1.1em;
+   width: 32em; max-width: 100%;
+   margin: auto;
+}
    
 #join-fsf {
    float: right;
@@ -423,19 +428,17 @@
    background-color: #ff3;
 }
 
-#backtotop {
+#backtotop a {
    clear: both;
    float: right;
    font-size: 1.1em;
    font-weight: bold;
-   margin: .8em 0 1.5em 1em;
+   margin: .7em 0 1.5em 1em;
 }
 div#backtotop {
 /* For older versions of layout. */
-   float: none;
-   text-align: right;
-   padding: 1em 1%;
-   margin: 0;
+   margin-left: 0; margin-bottom: 0; float: none;
+   text-align: right; padding: 1em;
 }
 #backtotop a, a:visited { color: #333; }
 #backtotop a:hover { color: red; }
@@ -512,10 +515,10 @@
    text-align: center;
    font-weight: bold;
    box-shadow: .15em .15em #171d33;
-   -moz-box-shadow: .55em .55em #171d33;
-   -webkit-box-shadow: .55em .55em #171d33;
-   -icab-box-shadow: .55em .55em #171d33;
-   -o-box-shadow: .55em .55em #171d33;
+   -moz-box-shadow: .15em .15em #171d33;
+   -webkit-box-shadow: .15em .15em #171d33;
+   -icab-box-shadow: .15em .15em #171d33;
+   -o-box-shadow: .15em .15em #171d33;
 /*   border-radius: .4em;
    -moz-border-radius: .4em;
    -khtml-border-radius: .4em;

Index: footer-text.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/footer-text.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- footer-text.html    27 Feb 2014 12:17:48 -0000      1.5
+++ footer-text.html    28 Feb 2014 14:41:10 -0000      1.6
@@ -18,17 +18,15 @@
 <a href="http://www.fsf.org";><img id="fsfbanner" src="logo-fsf.org-notext.png" 
alt=" [FSF logo] "/></a><strong>“Our mission is to preserve, protect and 
promote the freedom to use, study, copy, modify, and redistribute computer 
software, and to defend the rights of Free Software users.”</strong>
 </blockquote>
  
-<div id="support-gnu-fsf"> 
 <p>The <a href="http://www.fsf.org";>Free Software Foundation</a> is the 
principal organizational sponsor of the GNU Operating System. <strong>Support 
GNU and the FSF</strong> by</p>
-<ul>
-  <li><a href="http://shop.fsf.org/";>buying manuals and gear</a>,</li>
-  <li><a href="https://my.fsf.org/associate/support_freedom?referrer=4052";>
-     <strong>joining the FSF</strong></a> as an associate member or</li>
-  <li>making a <strong>donation</strong>,
+<div id="support-items"> 
+<p>* <a href="http://shop.fsf.org/";>buying manuals and gear</a>,</p>
+<p>* <a href="https://my.fsf.org/associate/support_freedom?referrer=4052";>
+     <strong>joining the FSF</strong></a> as an associate member, or</p>
+<p>* making a <strong>donation</strong>,
       either <a href="http://donate.fsf.org/";>directly to the FSF</a> 
-      or <a href="http://flattr.com/thing/313733/gnuproject-on-Flattr";>via 
Flattr</a>.</li>
-</ul>
-</div> <!-- /support-gnu-fsf -->
+     or <a href="http://flattr.com/thing/313733/gnuproject-on-Flattr";>via 
Flattr</a>.</p>
+</div> <!-- /support-items -->
 
 <p id="backtotop"><a href="#header">Back to Top</a></p>
 



reply via email to

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