www-commits
[Top][All Lists]
Advanced

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

www style.de.css


From: Joerg Kohne
Subject: www style.de.css
Date: Fri, 26 Apr 2013 21:40:51 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Joerg Kohne <joeko>     13/04/26 21:40:51

Modified files:
        .              : style.de.css 

Log message:
        (hreflang) Add 'es', 'it'; restricted to content.

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

Patches:
Index: style.de.css
===================================================================
RCS file: /web/www/www/style.de.css,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- style.de.css        15 Apr 2013 23:47:04 -0000      1.12
+++ style.de.css        26 Apr 2013 21:40:50 -0000      1.13
@@ -28,10 +28,12 @@
 
 /* Help the reader avoid wasted time linking to pages they can not read;
    saves the translator time and effort */
-a[href^="http://"]:after, 
-a[href^="https://"]:after { content: "\00a0\2197"; }
-a[hreflang = 'en']:after { content: " [engl.] "; } 
-a[hreflang = 'fr']:after { content: " [franz.] "; } 
+#content a[href^="http://"]:after, 
+#content a[href^="https://"]:after { content: "\00a0\2197"; }
+#content a[hreflang = 'en']:after { content: " [engl.] "; } 
+#content a[hreflang = 'es']:after { content: " [span.] "; } 
+#content a[hreflang = 'fr']:after { content: " [franz.] "; } 
+#content a[hreflang = 'it']:after { content: " [ital.] "; } 
 
 /* Specify pairs of quotes for two levels */
 /* Insert quotes before q element content */ 



reply via email to

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