Skip to content
Snippets Groups Projects
TI.css 175 B
Newer Older
Timon Idema's avatar
Timon Idema committed
/* Making list items labeled by letters rather than numbers. */
.exercise.admonition ol {
    list-style-type: lower-alpha;
}
.example ol {
    list-style-type: lower-alpha;
}