I am using a custom theme and I have been making small changes here and there.
I am trying to figure out why the spacing is different in some of the sections I created in the sidebar. Here is a screenshot: http://farm4.static.flickr.com/3286/2602805277_40e595b28c_o.png
I would like spacing in the 'I'm Connected' and 'Must Read Books' sections to be the same as it is in the 'Most Popular Posts' section.
The site is located at http://www.lovefor.biz
It appears those 2 sections are simply links with a line break in between. The other sections use lists.
<ul><li><a href"yourlink">text</a></li></ul.
here a better list just copy paste (with xfn & microfmats embed)
<ul class="xoxo"><li><a rel="me" href="http://www.linkedin.com/in/jmakkar" title="LinkedIn">LinkedIn</a></li>
<li><a rel="me" href="http://www.facebook.com/profile.php?id=26100316" title="Facebook">Facebook</a></li>
<li><a rel="me" href="http://twitter.com/jsmakr" title="Twitter">Twitter</a></li>
<li><a rel="me" href="http://friendfeed.com/jsmakr" title="FriendFeed">FriendFeed</a></li>
<li><a rel="me" href="http://digg.com/users/jsmakr" title="Digg">Digg</a></li></ul>
edit list with no white-space
Thank you! I feel stupid for not figuring that out myself :)