Re: Buddypress 1.2.6 adds extra padding-top
That nasty hack shouldn’t be an issue and it is not so much nasty as plain illegal to place style tags as children of ‘body’
This is the ticket I raised ages ago, well I and another but wasn’t aware it was a duplicate, the style rules never were required as the adminbar was removed and didn’t require any styles to help it along, the ticket was moved here there and everywhere, but I forced the issue by moving it back from 1.3 to 1.2.6 and requested that it be dealt with as it was a simple fix so in 1.2.6 those style tags don’t exist. previously I was having to use
remove_action(‘wp_footer’, ‘bp_core_override_adminbar_css’);
If I was hiding the adminbar for logged out view.