Monday, February 09, 2009

Adjust Padding in Blogger Sidebar


The links in sidebar were too far apart. I think it looks better and also in interest of economy, I reduced the padding from 8px to 4px using the following selector:

.layoutlinks li {
padding-bottom:4px;
}

body {
margin: 0;
}

Post a Comment

Note: Only a member of this blog may post a comment.