www-commits
[Top][All Lists]
Advanced

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

www/graphics graphics.css


From: Therese Godefroy
Subject: www/graphics graphics.css
Date: Tue, 19 Jan 2021 10:55:57 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 21/01/19 10:55:57

Modified files:
        graphics       : graphics.css 

Log message:
        Image links: suppress background on hover.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/graphics/graphics.css?cvsroot=www&r1=1.6&r2=1.7

Patches:
Index: graphics.css
===================================================================
RCS file: /webcvs/www/www/graphics/graphics.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- graphics.css        2 May 2020 12:29:41 -0000       1.6
+++ graphics.css        19 Jan 2021 15:55:56 -0000      1.7
@@ -134,6 +134,12 @@
    margin: .3em 0 0;
 }
 
+/* Suppress unwanted background on hover. */
+.left a:hover, .right a:hover,
+.centered a:hover, .thumb a:hover {
+   background: none;
+}
+
 /* Defined in layout.css. */
 @media (min-width: 45em) {
    .pict.narrow {



reply via email to

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