www-commits
[Top][All Lists]
Advanced

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

www/server/staging/layout footer-text.html layo...


From: Therese Godefroy
Subject: www/server/staging/layout footer-text.html layo...
Date: Mon, 7 Jan 2019 15:49:56 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 19/01/07 15:49:56

Modified files:
        server/staging/layout: footer-text.html layout.css 

Log message:
        Different colors for gnu and fsf links; minor margin adjustments.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/layout/footer-text.html?cvsroot=www&r1=1.6&r2=1.7
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/layout/layout.css?cvsroot=www&r1=1.7&r2=1.8

Patches:
Index: footer-text.html
===================================================================
RCS file: /webcvs/www/www/server/staging/layout/footer-text.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- footer-text.html    4 Jan 2019 15:28:23 -0000       1.6
+++ footer-text.html    7 Jan 2019 20:49:55 -0000       1.7
@@ -5,10 +5,10 @@
 <hr class="no-display" />
 <div id="fsf-links">
  <ul>
-  <li><a href="/proprietary/proprietary.html">MALWARE</a></li>
-  <li><a href="/graphics/graphics.html">GNU&nbsp;ART</a></li>
-  <li><a href="/people/people.html">GNU'S&nbsp;WHO?</a></li>
-  <li class="separator"><a href="/server/sitemap.html">SITEMAP</a></li>
+  <li class="gnu"><a href="/proprietary/proprietary.html">MALWARE</a></li>
+  <li class="gnu"><a href="/graphics/graphics.html">GNU&nbsp;ART</a></li>
+  <li class="gnu"><a href="/people/people.html">GNU'S&nbsp;WHO?</a></li>
+  <li class="gnu"><a href="/server/sitemap.html">SITEMAP</a></li>
   <li><a href="//directory.fsf.org">FREE&nbsp;SOFTW.&nbsp;DIR.</a></li>
   <li><a href="https://h-node.org/";>HARDWARE</a></li>
  </ul>

Index: layout.css
===================================================================
RCS file: /webcvs/www/www/server/staging/layout/layout.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- layout.css  4 Jan 2019 15:28:23 -0000       1.7
+++ layout.css  7 Jan 2019 20:49:55 -0000       1.8
@@ -951,24 +951,19 @@
 /* Mock border to avoid size change when a link becomes active. */
    border-bottom: .15em solid transparent;
 }
-#navigation li, #education-content li {
-   float: left;
-}
 #navigation li#more-links, #backtotop {
    float:right;
 }
-#fsf-links li {
+#navigation li, #education-content li, #fsf-links li {
    white-space: nowrap;
    display: inline;
    display: inline-block;
-   padding-top: .1em;
 }
-#fsf-links li.separator { margin-right: 1.5em; }
 
 #backtotop {
    line-height: 1.5em;
    /* For NetSurf 1.2, and maybe a few other browsers. */
-   margin: .35em .5em 0;
+   margin: .15em .5em 0;
 }
 /* For standard browsers. */
 @media (min-width: 0) {
@@ -982,14 +977,17 @@
 /* For Firefox (can't set line-height when "a" is displayed inline) */
 #navigation a, #education-content a, #fsf-links a, #backtotop a {
    display: inline-block;
+   padding-top: .1em;
 }
 #backtotop a {
-   padding: 0 .5em;
+   padding: .1em .5em;
    background: white;
+   border: .1em solid #bbb;
 }  
+
 #navigation a { color: white; }
-#education-content a, #fsf-links a { color: #222; }
-#backtotop a { color: #444; }
+#education-content a, #fsf-links a { color: #333; }
+#fsf-links .gnu a, #backtotop a { color: #850803; }
 #backtotop a:hover { color: #777; }
 
 #navigation li.active {



reply via email to

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