CVSROOT: /web/www Module name: www Changes by: Denis Barbier <barbier> 12/01/27 07:24:12
Modified files: . : style.fr.css Log message: Copy snippets from style.de.css to add an arrow before links to external sites. CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/style.fr.css?cvsroot=www&r1=1.2&r2=1.3 Patches: Index: style.fr.css =================================================================== RCS file: /web/www/www/style.fr.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- style.fr.css 26 Jan 2012 21:19:52 -0000 1.2 +++ style.fr.css 27 Jan 2012 07:23:16 -0000 1.3 @@ -23,5 +23,10 @@ #logo{background:url(/graphics/topbanner.fr.png) no-repeat;} +/* Help the reader avoid wasted time linking to pages they can not read; + saves the translator time and effort */ +a[href^="http://"]:before, +a[href^="https://"]:before { content: "\2197\00A0"; } + ol#translator-notes-alpha li{list-style-type: lower-alpha;}