by Michael Gwynne.
I've found this CSS:
.que.multichoice .answer div.r0,
.que.multichoice .answer div.r1 {
padding: 0.3em 0 0.3em 25px;
text-indent: -25px;
}
I was wondering why it wasn't just
.que.multichoice .answer div.r0,
.que.multichoice .answer div.r1 {
padding: 0.3em 0 0.3em 0;
}
The text-indent is messing up some of my styling after an upgrade from 2.4.