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/alignment_container/index.html | |
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/alignment_container/index.html')
-rw-r--r-- | files/fr/glossary/alignment_container/index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/files/fr/glossary/alignment_container/index.html b/files/fr/glossary/alignment_container/index.html index 658d11d727..54105d92c4 100644 --- a/files/fr/glossary/alignment_container/index.html +++ b/files/fr/glossary/alignment_container/index.html @@ -9,12 +9,11 @@ tags: translation_of: Glossary/Alignment_Container original_slug: Glossaire/Alignment_Container --- -<p>Le <strong>bloc d'alignement</strong> est le rectangle avec lequel le <a href="/en-US/docs/Glossary/Alignment_Subject">sujet d'alignement</a> est aligné. Cela est défini par le mode de disposition ; généralement, le bloc d'alignement contient le sujet d'alignement et il adopte le <a href="https://developer.mozilla.org/fr/docs/Web/CSS/CSS_Flexible_Box_Layout/Aligner_des_%C3%A9l%C3%A9ments_dans_un_conteneur_flexible#L'alignement_et_les_modes_d'%C3%A9criture">mode d'ecriture</a> de la boîte qui établit le bloc conteneur.</p> +<p>Le <strong>bloc d'alignement</strong> est le rectangle avec lequel le <a href="/fr/docs/Glossary/Alignment_Subject">sujet d'alignement</a> est aligné. Cela est défini par le mode de disposition ; généralement, le bloc d'alignement contient le sujet d'alignement et il adopte le <a href="/fr/docs/Web/CSS/CSS_Flexible_Box_Layout/Aligner_des_%C3%A9l%C3%A9ments_dans_un_conteneur_flexible#L'alignement_et_les_modes_d'%C3%A9criture">mode d'ecriture</a> de la boîte qui établit le bloc conteneur.</p> -<p> </p> -<h2 id="En_savoir_plus"><font face="Arial, x-locale-body, sans-serif"><span style="font-size: 16px; font-weight: 400;">]</span></font>En savoir plus</h2> +<h2 id="En_savoir_plus">En savoir plus</h2> <ul> - <li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Alignment">CSS Box Alignment</a></li> + <li><a href="/fr/docs/Web/CSS/CSS_Box_Alignment">CSS Box Alignment</a></li> </ul> |