I am trying to center this text character ☢ within a circle. (☢)
While IE 10 displays the text vertically and horizontally centered, both Chrome and Firefox r
The problem is that the inner child is a text which screws with your height.
I added a line-height which seems to fix it a bit:
line-height
.tl-icon div{ line-height:1px; }
http://codepen.io/anon/pen/ZYePBZ