This site has different CSS tags and values. I'll incorporate them in XenLate 1.2. Feel free to open the trn_xenlate_latestposts.css template and use the following CSS.
Code:
div.recent_post {
position: relative;
padding-bottom: 25px;
margin-top: 5px;
}
div.recent_post h4 {
padding-left: 5em;
}
div.recent_post h4 a {
color: #000;
font-weight: 600;
}
div.thumbnail img {
width: 45px;
height: 45px;
float: left;
margin-top: 2px;
border: 1px solid rgb(230, 230, 230);
padding: 2px;
}
div.excerpt {
min-height: 20px;
padding-bottom: 2.5em;
padding-left: 5em;
border-bottom: 1px solid rgb(230, 230, 230);
}