/*! | |
* ecosystem.js by Christopher Guindon - @chrisguindon | |
* Copyright 2013 Eclipse Foundation | |
* http://www.eclipse.org/org/documents/epl-v10.php | |
*/(function(e){e(function(){e(".members-info").each(function(){var t="#"+e(this).attr("id")+" ",n=e(t+".mb-info").outerHeight(!0),r=e(t+".mb-logo").outerHeight(!0),i=(n-r)/2;e(t+".mb-logo img").css({"padding-top":i})})})})(window.jQuery,window,document); |