We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f552746 commit cb583a0Copy full SHA for cb583a0
1 file changed
lang/fr.css
@@ -2,7 +2,7 @@
2
:lang(fr) .lemma::before { content: 'Lemme ' counter(theorem) '. ' !important; }
3
:lang(fr) .proof::before { content: 'Démonstration. ' attr(title) !important; }
4
:lang(fr) .definition::before { content: 'Définition ' counter(definition) '. ' !important; }
5
-:lang(fr) caption::before { content: 'Tableau ' counter(caption) '. ' !important; }
+:lang(fr) caption::before { content: 'Table ' counter(caption) '. ' !important; }
6
:lang(fr) figcaption::before { content: 'Figure ' counter(figcaption) '. ' !important; }
7
:lang(fr) .indent-pars h2 + p,
8
:lang(fr) .indent-pars h3 + p,
0 commit comments