but the result is:

but as you can see the text is displayed at the side of img atthch.
I do this change in content.css
Code: Select all
dl.thumbnail img {
padding: 3px;
border: 1px solid #666666;
background-color: #FFF;
-webkit-box-shadow: 2px 2px 3px #868686;
-moz-box-shadow: 2px 2px 3px #868686;
box-shadow: 2px 2px 3px #868686;
margin-right:5px;
float:left;
}