I am trying to use the glyphicons from twitter bootstrap. I want to use the pseudo-element :after instead of before.
.glyphicon.glyphicon-search:before The above works just fine.
.glyphicon.glyphicon-search:after The above does not work.
What am I doing wrong?