Feb 17, 2011

Profile Block tweaks in Blogger

Here's the CSS I used to remove my profile pic and link from the profile block, and keep my e-mail address from wrapping, on this site:

.Profile .profile-datablock {
margin: 0 0 .5em;
white-space: nowrap;
}

.profile-img {
display: none;
}

.profile-link {
display: none;
}