www-commits
[Top][All Lists]
Advanced

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

www/server/staging/layout layout.css banner.htm...


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

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

Modified files:
        server/staging/layout: layout.css banner.html 
                               body-include-1.html 

Log message:
        Move the red border and #top id from .inner to the first div,
        to get consistent rendering across browsers when closing the translist.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/layout/layout.css?cvsroot=www&r1=1.26&r2=1.27
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/layout/banner.html?cvsroot=www&r1=1.9&r2=1.10
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/layout/body-include-1.html?cvsroot=www&r1=1.9&r2=1.10

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/server/staging/layout/layout.css,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- layout.css  8 Nov 2020 14:39:47 -0000       1.26
+++ layout.css  8 Nov 2020 14:56:02 -0000       1.27
@@ -157,9 +157,7 @@
    -o-box-shadow: 0 0 5px 5px #bbb;
    box-shadow: 0 0 5px 5px #bbb;
 }
-.inner {
-   border-top: 3px solid #a32d2a;
-}
+
 
 /**************************************/
 /*  HEADER FOR CSS3-UNAWARE BROWSERS  */
@@ -167,6 +165,8 @@
 
 /*** TOP LINKS ***/
 
+#top { border-top: 3px solid #a32d2a; }
+
 .skip, #fsf-frame {
    position: fixed;
    top: -1000px;

Index: banner.html
===================================================================
RCS file: /webcvs/www/www/server/staging/layout/banner.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- banner.html 3 Oct 2020 17:31:21 -0000       1.9
+++ banner.html 8 Nov 2020 14:56:02 -0000       1.10
@@ -2,7 +2,7 @@
 <!--#include virtual="/server/staging/head-include-2.html" -->
 </head>
 <body>
-<div class="inner" id="top">
+<div class="inner">
 <!--#include virtual="/server/staging/layout/body-include-1.html" -->
 <!--#include virtual="/server/staging/layout/body-include-2.html" -->
 <div id="content">

Index: body-include-1.html
===================================================================
RCS file: /webcvs/www/www/server/staging/layout/body-include-1.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- body-include-1.html 3 Oct 2020 17:33:54 -0000       1.9
+++ body-include-1.html 8 Nov 2020 14:56:02 -0000       1.10
@@ -1,6 +1,6 @@
 <!-- start of server/body-include-1.html -->
-<div>
-<a class="skip" href="#content"><b>Skip to main text</b></a>
+<div id="top">
+<a class="no-display" href="#content"><b>Skip to main text</b></a>
 </div>
 
 <div id="fsf-frame">



reply via email to

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