diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 19:39:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 19:39:35 +0100 |
commit | 6f6e297fbfa7867b1f42c4245df20f4282b3b083 (patch) | |
tree | e602e617243ed4427e45c30554939818bfba8d6e /files/fr/glossary/css | |
parent | 34d315396ca29d7ef51ecc27eeeeeb275e9b0ba9 (diff) | |
download | translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.gz translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.bz2 translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.zip |
Prepare Glossary section for Markdown conversion (#2971)
* Remove seoSummary and summary classes
* Fix hidden blocks / code samples
* Remove span cruft
* Remove <font> and <style .. font..>
* Remove notranslate
* Remove id other than in headings
* Fix pre blocks and remove style
* Fix other report one offs and remove absolute urls
* Remove external classes
* Fixing images url
Diffstat (limited to 'files/fr/glossary/css')
-rw-r--r-- | files/fr/glossary/css/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/fr/glossary/css/index.html b/files/fr/glossary/css/index.html index acae1084e6..e927401f42 100644 --- a/files/fr/glossary/css/index.html +++ b/files/fr/glossary/css/index.html @@ -34,19 +34,19 @@ p { <h3 id="Culture_générale">Culture générale</h3> <ul> - <li><a href="https://developer.mozilla.org/fr/Apprendre/CSS">Apprendre CSS</a></li> + <li><a href="/fr/Apprendre/CSS">Apprendre CSS</a></li> <li>{{interwiki("wikipedia","Feuilles_de_style_en_cascade", "Feuilles de style en cascade")}} sur Wikipédia</li> </ul> <h3 id="Références_techniques">Références techniques</h3> <ul> - <li><a href="https://developer.mozilla.org/fr/docs/Web/CSS">Documentation CSS sur MDN</a></li> - <li><a href="http://www.w3.org/Style/CSS/current-work" rel="external">Les travaux en cours du Groupe de travail CSS</a> (en)</li> + <li><a href="/fr/docs/Web/CSS">Documentation CSS sur MDN</a></li> + <li><a href="http://www.w3.org/Style/CSS/current-work">Les travaux en cours du Groupe de travail CSS</a> (en)</li> </ul> -<h3 id="En_apprendre_plus_sur_CSS"><span class="st">En apprendre plus sur</span> CSS</h3> +<h3 id="En_apprendre_plus_sur_CSS">En apprendre plus sur CSS</h3> <ul> - <li><a href="http://www.codecademy.com/fr/tracks/web" rel="external">Cours en ligne sur codecademy.com</a></li> + <li><a href="http://www.codecademy.com/fr/tracks/web">Cours en ligne sur codecademy.com</a></li> </ul> |