www-commits
[Top][All Lists]
Advanced

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

www/server/staging/layout layout.css


From: Therese Godefroy
Subject: www/server/staging/layout layout.css
Date: Sun, 8 Nov 2020 09:14:30 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 20/11/08 09:14:30

Modified files:
        server/staging/layout: layout.css 

Log message:
        Reverd 'Keep the page from moving when closing the navbar'.

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

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/server/staging/layout/layout.css,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- layout.css  8 Nov 2020 13:48:50 -0000       1.24
+++ layout.css  8 Nov 2020 14:14:29 -0000       1.25
@@ -418,17 +418,13 @@
 
 /* Expand/shrink navbar */
 
-   #nav-container { position: relative; }
    #navigation, #edu-navigation { font-size: 1em; }
    #navigation {
       height: 2.25em;
       overflow: hidden;
    }
    #more-links { display: inline; }
-   #navigation:target {
-      height: auto;
-      position: absolute;
-   }
+   #navigation:target { height: auto; }
    #navigation:target #more-links { display: none; }
    #navigation:target #less-links { display: inline; }
    #more-links, #less-links {



reply via email to

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