www-commits
[Top][All Lists]
Advanced

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

www/server/staging banner.html layout.css


From: Therese Godefroy
Subject: www/server/staging banner.html layout.css
Date: Fri, 28 Feb 2020 13:46:57 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 20/02/28 13:46:57

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

Log message:
        Fix a few bugs.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/banner.html?cvsroot=www&r1=1.6&r2=1.7
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/layout.css?cvsroot=www&r1=1.31&r2=1.32

Patches:
Index: banner.html
===================================================================
RCS file: /webcvs/www/www/server/staging/banner.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- banner.html 28 Feb 2020 16:05:04 -0000      1.6
+++ banner.html 28 Feb 2020 18:46:57 -0000      1.7
@@ -3,7 +3,7 @@
 </head>
 <body>
 <!--#include virtual="/server/staging/body-include-1.html" -->
-<!--#include virtual="/server/staging/body-include-2.html" -->
 <div class="inner">
+<!--#include virtual="/server/staging/body-include-2.html" -->
 <div id="content">
 <!-- end of server/banner.html -->

Index: layout.css
===================================================================
RCS file: /webcvs/www/www/server/staging/layout.css,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- layout.css  28 Feb 2020 16:05:04 -0000      1.31
+++ layout.css  28 Feb 2020 18:46:57 -0000      1.32
@@ -467,7 +467,7 @@
    #navigation ul, #fsf-links ul { display: none; }
    #back-to-top {
       position: relative;
-      top: -.5em;
+      bottom: .5em;
    }
 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    #navbar-input:checked ~ #navigation { height: auto; }
@@ -481,7 +481,7 @@
    input#language-input:checked ~ #languages {
       display: block;
       position: absolute;
-      top: 0; right: 0;
+      top: 6em; left: 0;
       z-index: 10;
       overflow: auto;
       width: auto;
@@ -492,7 +492,7 @@
    #translations {
       display: block;
       column-width: 9.5em;
-      column-count: 3;
+      column-count: 4;
    }
    #translations p {
       line-height: .1em;
@@ -1482,9 +1482,8 @@
    line-height: 1.4em;
    padding: 0 .5em .2em;
 }
-.backtotop span, #back-to-top span {
-   position: fixed;
-   top: -1000px;
+@media (min-width: 0) {
+   .backtotop span, #back-to-top span { display: none; }
 }
 
 /** STYLE **/



reply via email to

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