The three icons in this widget used to be stading horizontally, but now they're standing vertically:
As you can see in the source of the widget, there are no <br />'s between the images.
HTML Code:
<aside id="socialprofiles-2" class="widget social-profiles cf"> <h3><span>Keep in touch!</span></h3> <a href="http://www.cupcakecoding.com/feed/" target="_blank"><img src="http://www.cupcakecoding.com/wp-content/plugins/social-profiles-widget/images/inside/Feed_48x48.png" alt="RSS" /></a> <a href="https://twitter.com/#!/ThomasCle" target="_blank"><img src="http://www.cupcakecoding.com/wp-content/plugins/social-profiles-widget/images/inside/Twitter_48x48.png" alt="Twitter" /></a> <a href="https://www.facebook.com/tclemensen" target="_blank"><img src="http://www.cupcakecoding.com/wp-content/plugins/social-profiles-widget/images/inside/Facebook_48x48.png" alt="Facebook" /></a> </aside>