We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9726e4f commit d36faceCopy full SHA for d36face
1 file changed
lang/cs.css
@@ -2,3 +2,4 @@
2
:lang(cs) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
3
:lang(cs) .proof::before { content: 'Důkaz. ' attr(title) !important; }
4
:lang(cs) .definition::before { content: 'Definice ' counter(definition) '. ' !important; }
5
+:lang(cs) caption::before { content: 'Tabulka ' counter(caption) '. ' !important; }
0 commit comments