www-commits
[Top][All Lists]
Advanced

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

www style.fr.css


From: Therese Godefroy
Subject: www style.fr.css
Date: Sun, 17 Jul 2016 19:39:56 +0000 (UTC)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/07/17 19:39:56

Modified files:
        .              : style.fr.css 

Log message:
        External links: arrow before instead of after.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/style.fr.css?cvsroot=www&r1=1.11&r2=1.12

Patches:
Index: style.fr.css
===================================================================
RCS file: /webcvs/www/www/style.fr.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- style.fr.css        6 Jul 2016 08:54:38 -0000       1.11
+++ style.fr.css        17 Jul 2016 19:39:56 -0000      1.12
@@ -25,10 +25,10 @@
 
 /* Help the reader avoid wasted time linking to pages they can not read;
    saves the translator time and effort */
-#content a[href^="http://"]:after, 
- #content a[href^="https://"]:after { content: "\00A0\2197"; }
-#content a[href*="fsf.org"]:after,
- #content a[href*="gnu.org"]:after { content: ""; }
+#content a[href^="http://"]:before, 
+ #content a[href^="https://"]:before { content: "\00A0\2197"; }
+#content a[href*="fsf.org"]:before,
+ #content a[href*="gnu.org"]:before { content: ""; }
 
 ol#translator-notes-alpha li{list-style-type: lower-alpha;}
 



reply via email to

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