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 05:42:08 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 20/02/20 05:42:08

Modified files:
        server/staging : layout.css 

Log message:
        Define Liberation Sans as the default for #header, buttons, etc., and
        change button padding accordingly.

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

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/server/staging/layout.css,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- layout.css  19 Feb 2020 21:35:06 -0000      1.20
+++ layout.css  20 Feb 2020 10:42:08 -0000      1.21
@@ -1318,7 +1318,7 @@
 }
 form.header input, .button a {
    line-height: 1.1em;
-   padding: .4em .5em .3em;
+   padding: .4em .5em;
 }
 form.header input[type="submit"], .button a {
    font-weight: bold;
@@ -1329,7 +1329,7 @@
    display: inline-block;
 }
 #support-the-fsf a {
-   padding: .6em 1em .5em;
+   padding: .6em 1em;
    margin: 1em 1.5em 0;
 }
 
@@ -1529,5 +1529,6 @@
 #navigation a[href], ul#edu-navigation a[href], #fsf-links a[href],
 .edu-breadcrumb, .edu-breadcrumb a[href],
 .trans-disclaimer, .trans-disclaimer a[href] {
-   font-family: "FreeSans", sans-serif;
+   font-family: "Liberation Sans", "FreeSans", sans-serif;
 }
+



reply via email to

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