Template:Text-indent/c/styles.css

/* This is a hack. We don't want the first paragraph to be indented. */
.wst__ti_special_c > p:first-of-type {
	text-indent:0;
}