www-commits
[Top][All Lists]
Advanced

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

www speech.css


From: Therese Godefroy
Subject: www speech.css
Date: Thu, 18 Jun 2020 09:52:56 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 20/06/18 09:52:56

Added files:
        .              : speech.css 

Log message:
        Add a stylesheet for screen readers to hide empty <a> elements fwiw.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/speech.css?cvsroot=www&rev=1.1

Patches:
Index: speech.css
===================================================================
RCS file: speech.css
diff -N speech.css
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ speech.css  18 Jun 2020 13:52:56 -0000      1.1
@@ -0,0 +1,8 @@
+/* Stylesheet used on https://www.gnu.org by screen readers,
+created June 18, 2020.
+This file is in the public domain. */
+
+a#more-links, a#less-links, a.close {
+   display: none;
+   visibility: hidden;
+}



reply via email to

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