We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d17ce9 commit 4c0c085Copy full SHA for 4c0c085
lang/nl.css
@@ -1,4 +1,6 @@
1
-:lang(nl) .theorem::before { content: 'Stelling' counter(theorem) '. ' !important; }
+:lang(nl) .theorem::before { content: 'Stelling ' counter(theorem) '. ' !important; }
2
:lang(nl) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
3
:lang(nl) .proof::before { content: 'Bewijs. ' attr(title) !important; }
4
-:lang(nl) .definition::before { content: 'Defenitie ' counter(definition) '. ' !important; }
+:lang(nl) .definition::before { content: 'Definitie ' counter(definition) '. ' !important; }
5
+:lang(nl) caption::before { content: 'Tabel ' counter(caption) '. ' !important; }
6
+:lang(nl) figcaption::before { content: 'Figuur ' counter(figcaption) '. ' !important; }
0 commit comments