www-commits
[Top][All Lists]
Advanced

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

www/server/staging layout.css


From: Therese Godefroy
Subject: www/server/staging layout.css
Date: Thu, 20 Feb 2020 10:44:32 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 20/02/20 10:44:32

Modified files:
        server/staging : layout.css 

Log message:
        Minor adjustments.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/layout.css?cvsroot=www&r1=1.22&r2=1.23

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/server/staging/layout.css,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- layout.css  20 Feb 2020 14:36:48 -0000      1.22
+++ layout.css  20 Feb 2020 15:44:32 -0000      1.23
@@ -1457,24 +1457,24 @@
 #navigation a, ul#edu-navigation a, #fsf-links a {
    display: inline-block;
    line-height: 2em;
-   padding: .1em .4em 0;
+   padding: 0 .4em;
    margin: 0;
 }
 
 #back-to-top {
    float: right;
-   line-height: 1.7em;
+   line-height: 1.9em;
 /* For NetSurf 1.2, and maybe a few other browsers. */ 
-   margin: .15em 1em 0;
+   margin: 0 1em 0;
 }
 /* For standard browsers. */
 @media (min-width: 0) {
    #back-to-top { margin-right: 3%;}
 }
 #back-to-top a {
-    line-height: 1.7em;
-    padding: .1em .6em 0;
-    border: none;
+   line-height: 1.6em;
+   padding: .1em .5em 0;
+   margin-top: 1px;
 }
 #back-to-top span { display: none; }
 
@@ -1501,7 +1501,6 @@
 #navigation       li a:hover { background: #8c0300; }
 ul#edu-navigation li a:hover { background: #fafafa; }
 #fsf-links        li a:hover { background: #eee; }
-#back-to-top a:hover { color: #333; background: #f3f3f3; }
 
 #navigation       li.active,
 ul#edu-navigation li.active,



reply via email to

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