Recently I’ve made custom CSS only (imageless) checkmarks and radio buttons.
I’ve used this piece of CSS code for checkmark content: "\2714";, but I have issues with sizing that checkmark, it stays “small” no matter what, any idea how can I make it bigger?
font-size seems to work just fine for me in FF 10:
EDIT: Chrome and Safari also seem to work with no issue.