www-commits
[Top][All Lists]
Advanced

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

www/server/staging education.css


From: Therese Godefroy
Subject: www/server/staging education.css
Date: Wed, 27 Nov 2019 11:02:25 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 19/11/27 11:02:25

Modified files:
        server/staging : education.css 

Log message:
        Restyle navbar on small screen.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/education.css?cvsroot=www&r1=1.1&r2=1.2

Patches:
Index: education.css
===================================================================
RCS file: /webcvs/www/www/server/staging/education.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- education.css       27 Nov 2019 11:16:08 -0000      1.1
+++ education.css       27 Nov 2019 16:02:25 -0000      1.2
@@ -7,16 +7,15 @@
 body {
     border-top: .2em solid #a42e2b;
 }
-hr.thin {
-    clear: none; /* or define a different class */
-}
 a[href]:visited {
     color: #004caa;
 }
 .italic {
    font-style: italic;
 }
-
+.small {
+   font-size: .9em;
+}
 .announcement, .important {
    font-size: inherit;
    padding: .1em 1em .7em;
@@ -96,8 +95,9 @@
 }
 #navlinks {
     font-size: .9em;
-    border: .1em solid #ddd;
-    margin-top: 1em;
+    border-bottom: .1em solid #ddd;
+    padding: 0 2.5%;
+    margin: 0 -3.2%;
 }
 #navlinks h3, #navlinks h4, #navlinks a {
     display: none;
@@ -150,12 +150,13 @@
     #navlinks {
         position: absolute;
         height: 100%;
-        top: -1em; left: 0;
+        top: 0; left: 0;
         width: 11rem;
         padding: 0 0 1.5em;
         border: none;
         border-right: .1em solid #ddd;
         padding-bottom: 2.5rem;
+        margin: 0;
     }
     #navlinks h3 {
         font-size: 1.1em;
@@ -180,7 +181,7 @@
     #navlinks a {
         white-space: normal;
         padding: .15em .5em 0 1.5em;
-        margin: .2em 0;
+        margin: .3em 0;
     }
     #navlinks li li a {
         padding-left: 3em;
@@ -203,7 +204,7 @@
 /* Article */
 
 h3 {
-   padding-top: .5em;
+   margin-top: 1.5em;
 }
 #about-dir {
     font-size: .9em;



reply via email to

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