Template:Grammar example/styles.css
Appearance
/* Style governing the entire example sentence or expression */
.grex {
font-style: italic;
}
/* Style for the grammatical controller; e.g. the subject in subj-verb agreement */
.grex-ctl {
font-weight: bold;
}
/* Style for the grammatical target; e.g., the verb */
.grex-target {
text-decoration: underline;
}