Dear everyone,

I have defined in ConTeXt an enumeration for definitions:

\defineenumeration[definition][theorem][
    text={Definition},
    prefix=chapter,
    way=bychapter,
    right=.,
    titleleft=(,
    titleright=.),
    distance=0.5em,
    headstyle=\ss,
    title=yes,
    titlestyle=\ss,
    alternative=serried,
    width=broad,
    indentnext=no]

I would like to set the distance between the header, i.e. "Defintion [numberOfTheDefintion]", and the title thereof to 0.5em (just like I set with the distance key the distance between the title and the text of the definition).

Thank you,

Wondrous (username in tex.stackexchange)