www-commits
[Top][All Lists]
Advanced

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

www home.html


From: Therese Godefroy
Subject: www home.html
Date: Sun, 31 May 2020 00:49:46 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 20/05/31 00:49:46

Modified files:
        .              : home.html 

Log message:
        Fix spurious background on hovering screenshot; margin adjustment.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/home.html?cvsroot=www&r1=1.596&r2=1.597

Patches:
Index: home.html
===================================================================
RCS file: /webcvs/www/www/home.html,v
retrieving revision 1.596
retrieving revision 1.597
diff -u -b -r1.596 -r1.597
--- home.html   26 Apr 2020 06:02:36 -0000      1.596
+++ home.html   31 May 2020 04:49:45 -0000      1.597
@@ -19,13 +19,8 @@
    margin: auto;
 }
 
-h2 {
-   color: #333;
-   margin: 1.2em 0 .9em;
-}
-h2.first {
-   margin-top: .9em;
-}
+h2 { margin: 1.2em 0 .8em; }
+h2.first { margin-top: .9em; }
 
 #gnu-linux, .thumbs {
    text-align: center;
@@ -46,7 +41,7 @@
    color: white;
 }
 .screenshot a[href]:hover, .thumbs .image td a[href]:hover {
-   background: #444;
+   background-color: transparent;
 }
 .screenshot img {
    width: 100%;
@@ -573,7 +568,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2020/04/26 06:02:36 $
+$Date: 2020/05/31 04:49:45 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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