Dorian's Design Notes
Pages
Portfolio
CV/Resume
LinkedIn
doriandouma@gmail.com
Articles about:
Blogspot
CSS
Usability
Web Design
News
Secondary Keywords
audio
best practices
blogger
blogging
branding
browsers
bugs
communication
desktop applications
Development
DIY
dom inspector
file management
firefox
flash
Google
hacks
interface design
internet culture
javascript
layout
linux
marketing
promotion
quality assurance
search engine optimization
small business
testing
themes
typography
Windows
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;
}
Newer Post
Older Post