[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: |
Tue, 28 Jan 2020 15:00:26 -0500 (EST) |
CVSROOT: /webcvs/www
Module name: www
Changes by: Therese Godefroy <th_g> 20/01/28 15:00:26
Modified files:
server/staging : layout.css
Log message:
More adjustments.
CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/layout.css?cvsroot=www&r1=1.9&r2=1.10
Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/server/staging/layout.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- layout.css 22 Jan 2020 14:41:08 -0000 1.9
+++ layout.css 28 Jan 2020 20:00:25 -0000 1.10
@@ -616,14 +616,13 @@
/*** LANGUAGES ***/
#languages {
- font-size: .9em;
padding: .6em 3%;
}
#set-language {
float: right;
font-weight: bold;
padding: .2em 0;
- margin: .4em 0 0 1em;
+ margin: .2em 0 0 1em;
}
#languages h3 {
display: inline-block;
@@ -712,7 +711,7 @@
#navigation a, ul#edu-navigation a, #fsf-links a {
display: inline-block;
line-height: 2em;
- padding: 0 .4em;
+ padding: .1em .4em 0;
margin: 0;
}
@@ -1355,7 +1354,7 @@
}
#navigation li:hover { background: #850803; }
ul#edu-navigation li:hover { background: #ddd; }
-#fsf-links li:hover { background: #ccc; }
+#fsf-links li:hover { background: #bbb; }
#back-to-top a:hover { background: #eee; }
#navigation li.active, #navigation li.active a:hover {