This is small issue, but one that irritates me perhaps more than it should: on quiz pages, its seems that the text is misaligned with the radio button (the text sits slightly below the button).
You can see what I mean by comparing the first and second pages here:
xerte.cardiff.ac.uk/play_4419
The fix I've used is:
Code:
.optionTxt p { padding-top: 0; }
However, it would be good if this could be fixed centrally at some point.