www-commits
[Top][All Lists]
Advanced

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

www/server/staging head-include-2.html


From: Therese Godefroy
Subject: www/server/staging head-include-2.html
Date: Thu, 23 Apr 2020 07:50:18 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 20/04/23 07:50:18

Modified files:
        server/staging : head-include-2.html 

Log message:
        Add switches to display/hide navbar.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/head-include-2.html?cvsroot=www&r1=1.9&r2=1.10

Patches:
Index: head-include-2.html
===================================================================
RCS file: /webcvs/www/www/server/staging/head-include-2.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- head-include-2.html 27 Nov 2019 11:16:08 -0000      1.9
+++ head-include-2.html 23 Apr 2020 11:50:17 -0000      1.10
@@ -1,3 +1,9 @@
 <!-- start of head-include-2.html -->
 <meta name="viewport" content="width=device-width, initial-scale=1" />
+<style type="text/css" media="screen">
+@media (min-width: 0) {
+   a#more-links:after { content: "More\00A0\002B9F"; }
+   a#less-links:after { content: "\002B9D"; }
+}
+</style>
 <!-- end of head-include-2.html -->



reply via email to

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