I\'m trying to get the glyphicons in my bootstrap site to rotate on hover (in addition to changing color).
Here\'s my attempt: http://jsfiddle.net/young_greedo17/88g5P/<
In your particular case the issue is that the icons you are using have display: inline-block, I added display:block to the custom CSS and it now works.
display: inline-block
display:block