11 lines
137 B
CSS
Raw Normal View History

2012-07-12 18:41:12 +05:30
<style>
.img-area {
float:left;
width: 115px;
}
.product-list-description {
float:left;
width: 400px;
}
</style>